Function zgbrfs_
extern(C) void zgbrfs_
(
char* trans,
int* n,
int* kl,
int* ku,
int* nrhs,
std .complex .Complex!(double)* ab,
int* ldab,
std .complex .Complex!(double)* afb,
int* ldafb,
int* ipiv,
std .complex .Complex!(double)* b,
int* ldb,
std .complex .Complex!(double)* x,
int* ldx,
double* ferr,
double* berr,
std .complex .Complex!(double)* work,
double* rwork,
int* info,
int trans_len
);