LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for complex:

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 chesv_aa (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, LWORK, INFO)
  CHESV_AA computes the solution to system of linear equations A * X = B for HE matrices More...
 
subroutine chesv_rk (UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, WORK, LWORK, INFO)
  CHESV_RK computes the solution to system of linear equations A * X = B for SY matrices More...
 
subroutine chesv_rook (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, LWORK, INFO)
 CHESV_ROOK computes the solution to a system of linear equations A * X = B for HE matrices using the bounded Bunch-Kaufman ("rook") diagonal pivoting method More...
 
subroutine chesvx (FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, LWORK, RWORK, INFO)
  CHESVX computes the solution to system of linear equations A * X = B for HE matrices More...
 
subroutine chesvxx (FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, EQUED, S, B, LDB, X, LDX, RCOND, RPVGRW, BERR, N_ERR_BNDS, ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, RWORK, INFO)
  CHESVXX computes the solution to system of linear equations A * X = B for HE matrices More...
 

Detailed Description

This is the group of complex solve driver functions for HE matrices