![]() |
LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | dsysv (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info) |
DSYSV computes the solution to system of linear equations A * X = B for SY matrices | |
subroutine | dsysv_aa (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info) |
DSYSV_AA computes the solution to system of linear equations A * X = B for SY matrices | |
subroutine | dsysv_aa_2stage (uplo, n, nrhs, a, lda, tb, ltb, ipiv, ipiv2, b, ldb, work, lwork, info) |
DSYSV_AA_2STAGE computes the solution to system of linear equations A * X = B for SY matrices | |
subroutine | dsysv_rk (uplo, n, nrhs, a, lda, e, ipiv, b, ldb, work, lwork, info) |
DSYSV_RK computes the solution to system of linear equations A * X = B for SY matrices | |
subroutine | dsysv_rook (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info) |
DSYSV_ROOK computes the solution to system of linear equations A * X = B for SY matrices | |
subroutine | dsysvx (fact, uplo, n, nrhs, a, lda, af, ldaf, ipiv, b, ldb, x, ldx, rcond, ferr, berr, work, lwork, iwork, info) |
DSYSVX computes the solution to system of linear equations A * X = B for SY matrices | |
subroutine | dsysvxx (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) |
DSYSVXX | |
This is the group of double solve driver functions for SY matrices