Function sormhr_
Multiplies a general matrix by the orthogonal transformation matrix from a reduction to Hessenberg form determined by SGEHRD.
extern(C) void sormhr_
(
char* side,
char* trans,
int* m,
int* n,
int* ilo,
int* ihi,
float* a,
int* lda,
float* tau,
float* c,
int* ldc,
float* work,
int* lwork,
int* info,
int side_len,
int trans_len
);