hpsvx
- void hpsvx(char fact, char uplo, f_int n, f_int nrhs, f_cfloat* ap, f_cfloat* afp, f_int* ipiv, f_cfloat* b, f_int ldb, f_cfloat* x, f_int ldx, f_float rcond, f_float* ferr, f_float* berr, f_cfloat* work, f_float* rwork, f_int info)
void
hpsvx
(,,,,,,,,,,,,,,,,) - void hpsvx(char fact, char uplo, f_int n, f_int nrhs, f_cdouble* ap, f_cdouble* afp, f_int* ipiv, f_cdouble* b, f_int ldb, f_cdouble* x, f_int ldx, f_double rcond, f_double* ferr, f_double* berr, f_cdouble* work, f_double* rwork, f_int info)
Solves a complex Hermitian indefinite system of linear equations AX=B, where A is held in packed storage, and provides an estimate of the condition number and error bounds on the solution.