The OpenD Programming Language

sgehrd_

Reduces a general matrix to upper Hessenberg form by an orthogonal similarity transformation.

extern (C) pure nothrow @nogc
void
sgehrd_
(,
ref const lapackint ilo
,
ref const lapackint ihi
,
float* a
,,
float* tau
,
float* work
,,)

Meta