Function zsprfs_
extern(C) void zsprfs_
(
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* ferr,
double* berr,
std .complex .Complex!(double)* work,
double* rwork,
int* info,
int uplo_len
);