Function ctprfs_
extern(C) void ctprfs_
(
char* uplo,
char* trans,
char* diag,
int* n,
int* nrhs,
std .complex .Complex!(float)* ap,
std .complex .Complex!(float)* b,
int* ldb,
std .complex .Complex!(float)* x,
int* ldx,
float* ferr,
float* berr,
std .complex .Complex!(float)* work,
float* rwork,
int* info,
int uplo_len,
int trans_len,
int diag_len
);