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