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

Detailed Description

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