Function sormql_
Multiplies a general matrix by the orthogonal matrix from a QL factorization determined by SGEQLF.
extern(C) void sormql_
(
char* side,
char* trans,
int* m,
int* n,
int* k,
float* a,
int* lda,
float* tau,
float* c,
int* ldc,
float* work,
int* lwork,
int* info,
int side_len,
int trans_len
);