Function cgelsy_
extern(C) void cgelsy_
(
int* m,
int* n,
int* nrhs,
std .complex .Complex!(float)* a,
int* lda,
std .complex .Complex!(float)* b,
int* ldb,
int* jpvt,
float* rcond,
int* rank,
std .complex .Complex!(float)* work,
int* lwork,
float* rwork,
int* info
);