Function zungqr_
extern(C) void zungqr_
(
int* m,
int* n,
int* k,
std .complex .Complex!(double)* a,
int* lda,
std .complex .Complex!(double)* tau,
std .complex .Complex!(double)* work,
int* lwork,
int* info
);