LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | chesv_aa (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info) |
CHESV_AA computes the solution to system of linear equations A * X = B for HE matrices | |
subroutine | csysv_aa (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info) |
CSYSV_AA 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 | 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 | zhesv_aa (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info) |
ZHESV_AA computes the solution to system of linear equations A * X = B for HE 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 | |