Function cungrq_
Generates all or part of the unitary matrix Q from an RQ factorization determined by CGERQF.
extern(C) void cungrq_
(
int* m,
int* n,
int* k,
std .complex .Complex!(float)* a,
int* lda,
std .complex .Complex!(float)* tau,
std .complex .Complex!(float)* work,
int* lwork,
int* info
);