![]() |
LAPACK 3.12.0
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) More... | |
subroutine | csytrs_rook (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, INFO) |
CSYTRS_ROOK More... | |
subroutine | dsytrs_rook (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, INFO) |
DSYTRS_ROOK More... | |
subroutine | ssytrs_rook (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, INFO) |
SSYTRS_ROOK More... | |
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) More... | |
subroutine | zsytrs_rook (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, INFO) |
ZSYTRS_ROOK More... | |