The OpenD Programming Language

sormhr_

Multiplies a general matrix by the orthogonal transformation matrix from a reduction to Hessenberg form determined by SGEHRD.

extern (C) pure nothrow @nogc
void
sormhr_
(
ref char side
,
ref char trans
,,,
ref const lapackint ilo
,
ref const lapackint ihi
,
float* a
,,
float* tau
,
float* c
,,
float* work
,,)

Meta