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

Functions

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 zhesv_aa (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, LWORK, INFO)
  ZHESV_AA computes the solution to system of linear equations A * X = B for HE matrices More...
 
subroutine zhesv_aa_2stage (UPLO, N, NRHS, A, LDA, TB, LTB, IPIV, IPIV2, B, LDB, WORK, LWORK, INFO)
  ZHESV_AA_2STAGE computes the solution to system of linear equations A * X = B for HE matrices More...
 
subroutine zhesv_rk (UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, WORK, LWORK, INFO)
  ZHESV_RK computes the solution to system of linear equations A * X = B for SY matrices More...
 
subroutine zhesv_rook (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, LWORK, INFO)
 ZHESV_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 zhesvx (FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, LWORK, RWORK, INFO)
  ZHESVX computes the solution to system of linear equations A * X = B for HE matrices More...
 
subroutine zhesvxx (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)
  ZHESVXX computes the solution to system of linear equations A * X = B for HE matrices More...
 

Detailed Description

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