The OpenD Programming Language

sgghrd_

Reduces a pair of real matrices to generalized upper Hessenberg form using orthogonal transformations

extern (C) pure nothrow @nogc
void
sgghrd_
(
ref char compq
,
ref char compz
,,
ref const lapackint ilo
,
ref const lapackint ihi
,
float* a
,,
float* b
,,
float* q
,,
float* z
,,)

Meta