Function zgttrs_
extern(C) void zgttrs_
(
char* trans,
int* n,
int* nrhs,
std .complex .Complex!(double)* dl,
std .complex .Complex!(double)* d,
std .complex .Complex!(double)* du,
std .complex .Complex!(double)* du2,
int* ipiv,
std .complex .Complex!(double)* b,
int* ldb,
int* info,
int trans_len
);