Function cgbrfs_
extern(C) void cgbrfs_
(
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,
std .complex .Complex!(float)* b,
int* ldb,
std .complex .Complex!(float)* x,
int* ldx,
float* ferr,
float* berr,
std .complex .Complex!(float)* work,
float* rwork,
int* info,
int trans_len
);