LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for ppsvx: factor and solve, expert:

Functions

subroutine cppsvx (FACT, UPLO, N, NRHS, AP, AFP, EQUED, S, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO)
  CPPSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine dppsvx (FACT, UPLO, N, NRHS, AP, AFP, EQUED, S, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, IWORK, INFO)
  DPPSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine sppsvx (FACT, UPLO, N, NRHS, AP, AFP, EQUED, S, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, IWORK, INFO)
  SPPSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine zppsvx (FACT, UPLO, N, NRHS, AP, AFP, EQUED, S, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO)
  ZPPSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 

Detailed Description