Function cgelsx_
extern(C) void cgelsx_
(
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,
float* rwork,
int* info
);