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

Functions

subroutine cptsvx (FACT, N, NRHS, D, E, DF, EF, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO)
  CPTSVX computes the solution to system of linear equations A * X = B for PT matrices More...
 
subroutine dptsvx (FACT, N, NRHS, D, E, DF, EF, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, INFO)
  DPTSVX computes the solution to system of linear equations A * X = B for PT matrices More...
 
subroutine sptsvx (FACT, N, NRHS, D, E, DF, EF, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, INFO)
  SPTSVX computes the solution to system of linear equations A * X = B for PT matrices More...
 
subroutine zptsvx (FACT, N, NRHS, D, E, DF, EF, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO)
  ZPTSVX computes the solution to system of linear equations A * X = B for PT matrices More...
 

Detailed Description