Function cgglse_
extern(C) void cgglse_
(
int* m,
int* n,
int* p,
std .complex .Complex!(float)* a,
int* lda,
std .complex .Complex!(float)* b,
int* ldb,
std .complex .Complex!(float)* c,
std .complex .Complex!(float)* d,
std .complex .Complex!(float)* x,
std .complex .Complex!(float)* work,
int* lwork,
int* info
);