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