![]() |
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 More... | |
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 More... | |
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 More... | |
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 More... | |
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 More... | |
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 More... | |