Function zpttrs_
extern(C) void zpttrs_
(
char* uplo,
int* n,
int* nrhs,
double* d,
std .complex .Complex!(double)* e,
std .complex .Complex!(double)* b,
int* ldb,
int* info,
int uplo_len
);