Function cgesvx_
extern(C) void cgesvx_
(
char* fact,
char* trans,
int* n,
int* nrhs,
std .complex .Complex!(float)* a,
int* lda,
std .complex .Complex!(float)* af,
int* ldaf,
int* ipiv,
char* equed,
float* r,
float* c,
std .complex .Complex!(float)* b,
int* ldb,
std .complex .Complex!(float)* x,
int* ldx,
float* rcond,
float* ferr,
float* berr,
std .complex .Complex!(float)* work,
float* rwork,
int* info,
int fact_len,
int trans_len,
int equed_len
);