Function zhpsvx_
extern(C) void zhpsvx_
(
char* fact,
char* uplo,
int* n,
int* nrhs,
std .complex .Complex!(double)* ap,
std .complex .Complex!(double)* afp,
int* ipiv,
std .complex .Complex!(double)* b,
int* ldb,
std .complex .Complex!(double)* x,
int* ldx,
double* rcond,
double* ferr,
double* berr,
std .complex .Complex!(double)* work,
double* rwork,
int* info,
int fact_len,
int uplo_len
);