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

Functions

subroutine chpsv (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)
  CHPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine cspsv (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)
  CSPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine dspsv (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)
  DSPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine sspsv (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)
  SSPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine zhpsv (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)
  ZHPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine zspsv (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)
  ZSPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 

Detailed Description