LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for {he,sy}sv: rook (v1):

Functions

subroutine chesv (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, LWORK, INFO)
  CHESV computes the solution to system of linear equations A * X = B for HE matrices More...
 
subroutine csysv (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, LWORK, INFO)
  CSYSV computes the solution to system of linear equations A * X = B for SY matrices More...
 
subroutine dsysv (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, LWORK, INFO)
  DSYSV computes the solution to system of linear equations A * X = B for SY matrices More...
 
subroutine ssysv (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, LWORK, INFO)
  SSYSV computes the solution to system of linear equations A * X = B for SY matrices More...
 
subroutine zhesv (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, LWORK, INFO)
  ZHESV computes the solution to system of linear equations A * X = B for HE matrices More...
 
subroutine zsysv (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, LWORK, INFO)
  ZSYSV computes the solution to system of linear equations A * X = B for SY matrices More...
 

Detailed Description