![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
| subroutine | chesv (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, LWORK, INFO) |
| CHESV computes the solution to system of linear equations A * X = B for HE matrices More... | |
| subroutine | csysv (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, LWORK, INFO) |
| CSYSV computes the solution to system of linear equations A * X = B for SY matrices More... | |
| 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 More... | |
| 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 More... | |
| subroutine | zhesv (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, LWORK, INFO) |
| ZHESV computes the solution to system of linear equations A * X = B for HE matrices More... | |
| 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 More... | |