![]() |
LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
|
Functions | |
| subroutine | chesv_rk (uplo, n, nrhs, a, lda, e, ipiv, b, ldb, work, lwork, info) |
| CHESV_RK computes the solution to system of linear equations A * X = B for SY matrices | |
| subroutine | csysv_rk (uplo, n, nrhs, a, lda, e, ipiv, b, ldb, work, lwork, info) |
| CSYSV_RK 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 | ssysv_rk (uplo, n, nrhs, a, lda, e, ipiv, b, ldb, work, lwork, info) |
| SSYSV_RK computes the solution to system of linear equations A * X = B for SY matrices | |
| subroutine | zhesv_rk (uplo, n, nrhs, a, lda, e, ipiv, b, ldb, work, lwork, info) |
| ZHESV_RK computes the solution to system of linear equations A * X = B for SY matrices | |
| subroutine | zsysv_rk (uplo, n, nrhs, a, lda, e, ipiv, b, ldb, work, lwork, info) |
| ZSYSV_RK computes the solution to system of linear equations A * X = B for SY matrices | |