Function zptsvx_
extern(C) void zptsvx_
(
char* fact,
int* n,
int* nrhs,
double* d,
std .complex .Complex!(double)* e,
double* df,
std .complex .Complex!(double)* ef,
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
);