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

Detailed Description