![]() |
LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
|
Functions | |
| subroutine | chetrs_rook (uplo, n, nrhs, a, lda, ipiv, b, ldb, info) |
| CHETRS_ROOK computes the solution to a system of linear equations A * X = B for HE matrices using factorization obtained with one of the bounded diagonal pivoting methods (max 2 interchanges) | |
| subroutine | csytrs_rook (uplo, n, nrhs, a, lda, ipiv, b, ldb, info) |
| CSYTRS_ROOK | |
| subroutine | dsytrs_rook (uplo, n, nrhs, a, lda, ipiv, b, ldb, info) |
| DSYTRS_ROOK | |
| subroutine | ssytrs_rook (uplo, n, nrhs, a, lda, ipiv, b, ldb, info) |
| SSYTRS_ROOK | |
| subroutine | zhetrs_rook (uplo, n, nrhs, a, lda, ipiv, b, ldb, info) |
| ZHETRS_ROOK computes the solution to a system of linear equations A * X = B for HE matrices using factorization obtained with one of the bounded diagonal pivoting methods (max 2 interchanges) | |
| subroutine | zsytrs_rook (uplo, n, nrhs, a, lda, ipiv, b, ldb, info) |
| ZSYTRS_ROOK | |