Function cgbsvx_
extern(C) void cgbsvx_
(
char* fact,
char* trans,
int* n,
int* kl,
int* ku,
int* nrhs,
std .complex .Complex!(float)* ab,
int* ldab,
std .complex .Complex!(float)* afb,
int* ldafb,
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
);