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