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