Function zunmqr_
extern(C) void zunmqr_
(
char* side,
char* trans,
int* m,
int* n,
int* k,
std .complex .Complex!(double)* a,
int* lda,
std .complex .Complex!(double)* tau,
std .complex .Complex!(double)* c,
int* ldc,
std .complex .Complex!(double)* work,
int* lwork,
int* info,
int side_len,
int trans_len
);