LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
Collaboration diagram for complex16:

Functions

subroutine zhetrf_aa_2stage (uplo, n, a, lda, tb, ltb, ipiv, ipiv2, work, lwork, info)
 ZHETRF_AA_2STAGE
 
subroutine zhetrs_aa_2stage (uplo, n, nrhs, a, lda, tb, ltb, ipiv, ipiv2, b, ldb, info)
 ZHETRS_AA_2STAGE
 
subroutine zla_syamv (uplo, n, alpha, a, lda, x, incx, beta, y, incy)
 ZLA_SYAMV computes a matrix-vector product using a symmetric indefinite matrix to calculate error bounds.
 
double precision function zla_syrcond_c (uplo, n, a, lda, af, ldaf, ipiv, c, capply, info, work, rwork)
 ZLA_SYRCOND_C computes the infinity norm condition number of op(A)*inv(diag(c)) for symmetric indefinite matrices.
 
double precision function zla_syrcond_x (uplo, n, a, lda, af, ldaf, ipiv, x, info, work, rwork)
 ZLA_SYRCOND_X computes the infinity norm condition number of op(A)*diag(x) for symmetric indefinite matrices.
 
subroutine zla_syrfsx_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_SYRFSX_EXTENDED improves the computed solution to a system of linear equations for symmetric indefinite matrices by performing extra-precise iterative refinement and provides error bounds and backward error estimates for the solution.
 
double precision function zla_syrpvgrw (uplo, n, info, a, lda, af, ldaf, ipiv, work)
 ZLA_SYRPVGRW computes the reciprocal pivot growth factor norm(A)/norm(U) for a symmetric indefinite matrix.
 
subroutine zlasyf (uplo, n, nb, kb, a, lda, ipiv, w, ldw, info)
 ZLASYF computes a partial factorization of a complex symmetric matrix using the Bunch-Kaufman diagonal pivoting method.
 
subroutine zlasyf_aa (uplo, j1, m, nb, a, lda, ipiv, h, ldh, work)
 ZLASYF_AA
 
subroutine zlasyf_rk (uplo, n, nb, kb, a, lda, e, ipiv, w, ldw, info)
 ZLASYF_RK computes a partial factorization of a complex symmetric indefinite matrix using bounded Bunch-Kaufman (rook) diagonal pivoting method.
 
subroutine zlasyf_rook (uplo, n, nb, kb, a, lda, ipiv, w, ldw, info)
 ZLASYF_ROOK computes a partial factorization of a complex symmetric matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method.
 
subroutine zsycon (uplo, n, a, lda, ipiv, anorm, rcond, work, info)
 ZSYCON
 
subroutine zsycon_3 (uplo, n, a, lda, e, ipiv, anorm, rcond, work, info)
 ZSYCON_3
 
subroutine zsycon_rook (uplo, n, a, lda, ipiv, anorm, rcond, work, info)
 ZSYCON_ROOK
 
subroutine zsyconv (uplo, way, n, a, lda, ipiv, e, info)
 ZSYCONV
 
subroutine zsyconvf (uplo, way, n, a, lda, e, ipiv, info)
 ZSYCONVF
 
subroutine zsyconvf_rook (uplo, way, n, a, lda, e, ipiv, info)
 ZSYCONVF_ROOK
 
subroutine zsyequb (uplo, n, a, lda, s, scond, amax, work, info)
 ZSYEQUB
 
subroutine zsyrfs (uplo, n, nrhs, a, lda, af, ldaf, ipiv, b, ldb, x, ldx, ferr, berr, work, rwork, info)
 ZSYRFS
 
subroutine zsyrfsx (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)
 ZSYRFSX
 
subroutine zsysv_aa_2stage (uplo, n, nrhs, a, lda, tb, ltb, ipiv, ipiv2, b, ldb, work, lwork, info)
  ZSYSV_AA_2STAGE computes the solution to system of linear equations A * X = B for SY matrices
 
subroutine zsytf2 (uplo, n, a, lda, ipiv, info)
 ZSYTF2 computes the factorization of a real symmetric indefinite matrix, using the diagonal pivoting method (unblocked algorithm).
 
subroutine zsytf2_rk (uplo, n, a, lda, e, ipiv, info)
 ZSYTF2_RK computes the factorization of a complex symmetric indefinite matrix using the bounded Bunch-Kaufman (rook) diagonal pivoting method (BLAS2 unblocked algorithm).
 
subroutine zsytf2_rook (uplo, n, a, lda, ipiv, info)
 ZSYTF2_ROOK computes the factorization of a complex symmetric indefinite matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method (unblocked algorithm).
 
subroutine zsytrf (uplo, n, a, lda, ipiv, work, lwork, info)
 ZSYTRF
 
subroutine zsytrf_aa (uplo, n, a, lda, ipiv, work, lwork, info)
 ZSYTRF_AA
 
subroutine zsytrf_aa_2stage (uplo, n, a, lda, tb, ltb, ipiv, ipiv2, work, lwork, info)
 ZSYTRF_AA_2STAGE
 
subroutine zsytrf_rk (uplo, n, a, lda, e, ipiv, work, lwork, info)
 ZSYTRF_RK computes the factorization of a complex symmetric indefinite matrix using the bounded Bunch-Kaufman (rook) diagonal pivoting method (BLAS3 blocked algorithm).
 
subroutine zsytrf_rook (uplo, n, a, lda, ipiv, work, lwork, info)
 ZSYTRF_ROOK
 
subroutine zsytri (uplo, n, a, lda, ipiv, work, info)
 ZSYTRI
 
subroutine zsytri2 (uplo, n, a, lda, ipiv, work, lwork, info)
 ZSYTRI2
 
subroutine zsytri2x (uplo, n, a, lda, ipiv, work, nb, info)
 ZSYTRI2X
 
subroutine zsytri_3 (uplo, n, a, lda, e, ipiv, work, lwork, info)
 ZSYTRI_3
 
subroutine zsytri_3x (uplo, n, a, lda, e, ipiv, work, nb, info)
 ZSYTRI_3X
 
subroutine zsytri_rook (uplo, n, a, lda, ipiv, work, info)
 ZSYTRI_ROOK
 
subroutine zsytrs (uplo, n, nrhs, a, lda, ipiv, b, ldb, info)
 ZSYTRS
 
subroutine zsytrs2 (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, info)
 ZSYTRS2
 
subroutine zsytrs_3 (uplo, n, nrhs, a, lda, e, ipiv, b, ldb, info)
 ZSYTRS_3
 
subroutine zsytrs_aa (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info)
 ZSYTRS_AA
 
subroutine zsytrs_aa_2stage (uplo, n, nrhs, a, lda, tb, ltb, ipiv, ipiv2, b, ldb, info)
 ZSYTRS_AA_2STAGE
 
subroutine zsytrs_rook (uplo, n, nrhs, a, lda, ipiv, b, ldb, info)
 ZSYTRS_ROOK
 
subroutine ztgsyl (trans, ijob, m, n, a, lda, b, ldb, c, ldc, d, ldd, e, lde, f, ldf, scale, dif, work, lwork, iwork, info)
 ZTGSYL
 
subroutine ztrsyl (trana, tranb, isgn, m, n, a, lda, b, ldb, c, ldc, scale, info)
 ZTRSYL
 
subroutine ztrsyl3 (trana, tranb, isgn, m, n, a, lda, b, ldb, c, ldc, scale, swork, ldswork, info)
 ZTRSYL3
 

Detailed Description

This is the group of complex16 computational functions for SY matrices