LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
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