Function spprfs_
Improves the computed solution to a symmetric positive definite system of linear equations AX=B, where A is held in packed storage, and provides forward and backward error bounds for the solution.
extern(C) void spprfs_
(
char* uplo,
int* n,
int* nrhs,
float* ap,
float* afp,
float* b,
int* ldb,
float* x,
int* ldx,
float* ferr,
float* berr,
float* work,
int* iwork,
int* info,
int uplo_len
);