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

Detailed Description

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