Function cgeqp3_
extern(C) void cgeqp3_
(
int* m,
int* n,
std .complex .Complex!(float)* a,
int* lda,
int* jpvt,
std .complex .Complex!(float)* tau,
std .complex .Complex!(float)* work,
int* lwork,
float* rwork,
int* info
);