![]() |
LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | zhecon (uplo, n, a, lda, ipiv, anorm, rcond, work, info) |
ZHECON | |
subroutine | zhecon_3 (uplo, n, a, lda, e, ipiv, anorm, rcond, work, info) |
ZHECON_3 | |
subroutine | zhecon_rook (uplo, n, a, lda, ipiv, anorm, rcond, work, info) |
ZHECON_ROOK estimates the reciprocal of the condition number fort HE matrices using factorization obtained with one of the bounded diagonal pivoting methods (max 2 interchanges) | |
subroutine | zheequb (uplo, n, a, lda, s, scond, amax, work, info) |
ZHEEQUB | |
subroutine | zhegs2 (itype, uplo, n, a, lda, b, ldb, info) |
ZHEGS2 reduces a Hermitian definite generalized eigenproblem to standard form, using the factorization results obtained from cpotrf (unblocked algorithm). | |
subroutine | zhegst (itype, uplo, n, a, lda, b, ldb, info) |
ZHEGST | |
subroutine | zherfs (uplo, n, nrhs, a, lda, af, ldaf, ipiv, b, ldb, x, ldx, ferr, berr, work, rwork, info) |
ZHERFS | |
subroutine | zherfsx (uplo, equed, n, nrhs, a, lda, af, ldaf, ipiv, s, b, ldb, x, ldx, rcond, berr, n_err_bnds, err_bnds_norm, err_bnds_comp, nparams, params, work, rwork, info) |
ZHERFSX | |
subroutine | zhetd2 (uplo, n, a, lda, d, e, tau, info) |
ZHETD2 reduces a Hermitian matrix to real symmetric tridiagonal form by an unitary similarity transformation (unblocked algorithm). | |
subroutine | zhetf2 (uplo, n, a, lda, ipiv, info) |
ZHETF2 computes the factorization of a complex Hermitian matrix, using the diagonal pivoting method (unblocked algorithm, calling Level 2 BLAS). | |
subroutine | zhetf2_rk (uplo, n, a, lda, e, ipiv, info) |
ZHETF2_RK computes the factorization of a complex Hermitian indefinite matrix using the bounded Bunch-Kaufman (rook) diagonal pivoting method (BLAS2 unblocked algorithm). | |
subroutine | zhetf2_rook (uplo, n, a, lda, ipiv, info) |
ZHETF2_ROOK computes the factorization of a complex Hermitian indefinite matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method (unblocked algorithm). | |
subroutine | zhetrd (uplo, n, a, lda, d, e, tau, work, lwork, info) |
ZHETRD | |
subroutine | zhetrd_2stage (vect, uplo, n, a, lda, d, e, tau, hous2, lhous2, work, lwork, info) |
ZHETRD_2STAGE | |
subroutine | zhetrd_he2hb (uplo, n, kd, a, lda, ab, ldab, tau, work, lwork, info) |
ZHETRD_HE2HB | |
subroutine | zhetrf (uplo, n, a, lda, ipiv, work, lwork, info) |
ZHETRF | |
subroutine | zhetrf_aa (uplo, n, a, lda, ipiv, work, lwork, info) |
ZHETRF_AA | |
subroutine | zhetrf_rk (uplo, n, a, lda, e, ipiv, work, lwork, info) |
ZHETRF_RK computes the factorization of a complex Hermitian indefinite matrix using the bounded Bunch-Kaufman (rook) diagonal pivoting method (BLAS3 blocked algorithm). | |
subroutine | zhetrf_rook (uplo, n, a, lda, ipiv, work, lwork, info) |
ZHETRF_ROOK computes the factorization of a complex Hermitian indefinite matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method (blocked algorithm, calling Level 3 BLAS). | |
subroutine | zhetri (uplo, n, a, lda, ipiv, work, info) |
ZHETRI | |
subroutine | zhetri2 (uplo, n, a, lda, ipiv, work, lwork, info) |
ZHETRI2 | |
subroutine | zhetri2x (uplo, n, a, lda, ipiv, work, nb, info) |
ZHETRI2X | |
subroutine | zhetri_3 (uplo, n, a, lda, e, ipiv, work, lwork, info) |
ZHETRI_3 | |
subroutine | zhetri_3x (uplo, n, a, lda, e, ipiv, work, nb, info) |
ZHETRI_3X | |
subroutine | zhetri_rook (uplo, n, a, lda, ipiv, work, info) |
ZHETRI_ROOK computes the inverse of HE matrix using the factorization obtained with the bounded Bunch-Kaufman ("rook") diagonal pivoting method. | |
subroutine | zhetrs (uplo, n, nrhs, a, lda, ipiv, b, ldb, info) |
ZHETRS | |
subroutine | zhetrs2 (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, info) |
ZHETRS2 | |
subroutine | zhetrs_3 (uplo, n, nrhs, a, lda, e, ipiv, b, ldb, info) |
ZHETRS_3 | |
subroutine | zhetrs_aa (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info) |
ZHETRS_AA | |
subroutine | zhetrs_rook (uplo, n, nrhs, a, lda, ipiv, b, ldb, info) |
ZHETRS_ROOK computes the solution to a system of linear equations A * X = B for HE matrices using factorization obtained with one of the bounded diagonal pivoting methods (max 2 interchanges) | |
subroutine | zla_heamv (uplo, n, alpha, a, lda, x, incx, beta, y, incy) |
ZLA_HEAMV computes a matrix-vector product using a Hermitian indefinite matrix to calculate error bounds. | |
double precision function | zla_hercond_c (uplo, n, a, lda, af, ldaf, ipiv, c, capply, info, work, rwork) |
ZLA_HERCOND_C computes the infinity norm condition number of op(A)*inv(diag(c)) for Hermitian indefinite matrices. | |
double precision function | zla_hercond_x (uplo, n, a, lda, af, ldaf, ipiv, x, info, work, rwork) |
ZLA_HERCOND_X computes the infinity norm condition number of op(A)*diag(x) for Hermitian indefinite matrices. | |
subroutine | zla_herfsx_extended (prec_type, uplo, n, nrhs, a, lda, af, ldaf, ipiv, colequ, c, b, ldb, y, ldy, berr_out, n_norms, err_bnds_norm, err_bnds_comp, res, ayb, dy, y_tail, rcond, ithresh, rthresh, dz_ub, ignore_cwise, info) |
ZLA_HERFSX_EXTENDED improves the computed solution to a system of linear equations for Hermitian indefinite matrices by performing extra-precise iterative refinement and provides error bounds and backward error estimates for the solution. | |
double precision function | zla_herpvgrw (uplo, n, info, a, lda, af, ldaf, ipiv, work) |
ZLA_HERPVGRW | |
subroutine | zlahef (uplo, n, nb, kb, a, lda, ipiv, w, ldw, info) |
ZLAHEF computes a partial factorization of a complex Hermitian indefinite matrix using the Bunch-Kaufman diagonal pivoting method (blocked algorithm, calling Level 3 BLAS). | |
subroutine | zlahef_aa (uplo, j1, m, nb, a, lda, ipiv, h, ldh, work) |
ZLAHEF_AA | |
subroutine | zlahef_rk (uplo, n, nb, kb, a, lda, e, ipiv, w, ldw, info) |
ZLAHEF_RK computes a partial factorization of a complex Hermitian indefinite matrix using bounded Bunch-Kaufman (rook) diagonal pivoting method. | |
subroutine | zlahef_rook (uplo, n, nb, kb, a, lda, ipiv, w, ldw, info) |
Download ZLAHEF_ROOK + dependencies
[TGZ]
[ZIP]
[TXT]
| |
This is the group of complex16 computational functions for HE matrices