Function cunmlq_
Multiplies a general matrix by the unitary matrix from an LQ factorization determined by CGELQF.
extern(C) void cunmlq_
(
char* side,
char* trans,
int* m,
int* n,
int* k,
std .complex .Complex!(float)* a,
int* lda,
std .complex .Complex!(float)* tau,
std .complex .Complex!(float)* c,
int* ldc,
std .complex .Complex!(float)* work,
int* lwork,
int* info,
int side_len,
int trans_len
);