LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
 
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
 
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
 
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
 
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
 
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
 

Detailed Description