![]() |
LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | ssysv (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info) |
SSYSV computes the solution to system of linear equations A * X = B for SY matrices | |
subroutine | ssysv_aa (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info) |
SSYSV_AA computes the solution to system of linear equations A * X = B for SY matrices | |
subroutine | ssysv_aa_2stage (uplo, n, nrhs, a, lda, tb, ltb, ipiv, ipiv2, b, ldb, work, lwork, info) |
SSYSV_AA_2STAGE computes the solution to system of linear equations A * X = B for SY matrices | |
subroutine | ssysv_rook (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info) |
SSYSV_ROOK computes the solution to system of linear equations A * X = B for SY matrices | |
subroutine | ssysvx (fact, uplo, n, nrhs, a, lda, af, ldaf, ipiv, b, ldb, x, ldx, rcond, ferr, berr, work, lwork, iwork, info) |
SSYSVX computes the solution to system of linear equations A * X = B for SY matrices | |
subroutine | ssysvxx (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, iwork, info) |
SSYSVXX | |
This is the group of real solve driver functions for SY matrices