Function sorghr_
Generates the orthogonal transformation matrix from a reduction to Hessenberg form determined by SGEHRD.
extern(C) void sorghr_
(
int* n,
int* ilo,
int* ihi,
float* a,
int* lda,
float* tau,
float* work,
int* lwork,
int* info
);