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