Function sporfs_

Improves the computed solution to a symmetric positive definite system of linear equations AX=B, and provides forward and backward error bounds for the solution.

extern(C) void sporfs_ (
  char* uplo,
  int* n,
  int* nrhs,
  float* a,
  int* lda,
  float* af,
  int* ldaf,
  float* b,
  int* ldb,
  float* x,
  int* ldx,
  float* ferr,
  float* berr,
  float* work,
  int* iwork,
  int* info,
  int uplo_len
);