![]() |
LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | zsysv (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info) |
ZSYSV computes the solution to system of linear equations A * X = B for SY matrices | |
subroutine | zsysv_aa (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info) |
ZSYSV_AA computes the solution to system of linear equations A * X = B for SY matrices | |
subroutine | zsysv_rk (uplo, n, nrhs, a, lda, e, ipiv, b, ldb, work, lwork, info) |
ZSYSV_RK computes the solution to system of linear equations A * X = B for SY matrices | |
subroutine | zsysv_rook (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info) |
ZSYSV_ROOK computes the solution to system of linear equations A * X = B for SY matrices | |
subroutine | zsysvx (fact, uplo, n, nrhs, a, lda, af, ldaf, ipiv, b, ldb, x, ldx, rcond, ferr, berr, work, lwork, rwork, info) |
ZSYSVX computes the solution to system of linear equations A * X = B for SY matrices | |
subroutine | zsysvxx (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) |
ZSYSVXX computes the solution to system of linear equations A * X = B for SY matrices | |
This is the group of complex16 solve driver functions for SY matrices