LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for {hp,sp}svx: factor and solve, expert:

Functions

subroutine chpsvx (FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO)
  CHPSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine cspsvx (FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO)
  CSPSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine dspsvx (FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, IWORK, INFO)
  DSPSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine sspsvx (FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, IWORK, INFO)
  SSPSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine zhpsvx (FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO)
  ZHPSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine zspsvx (FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO)
  ZSPSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 

Detailed Description