![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | chetri_rook (UPLO, N, A, LDA, IPIV, WORK, INFO) |
CHETRI_ROOK computes the inverse of HE matrix using the factorization obtained with the bounded Bunch-Kaufman ("rook") diagonal pivoting method. More... | |
subroutine | csytri_rook (UPLO, N, A, LDA, IPIV, WORK, INFO) |
CSYTRI_ROOK More... | |
subroutine | dsytri_rook (UPLO, N, A, LDA, IPIV, WORK, INFO) |
DSYTRI_ROOK More... | |
subroutine | ssytri_rook (UPLO, N, A, LDA, IPIV, WORK, INFO) |
SSYTRI_ROOK More... | |
subroutine | zhetri_rook (UPLO, N, A, LDA, IPIV, WORK, INFO) |
ZHETRI_ROOK computes the inverse of HE matrix using the factorization obtained with the bounded Bunch-Kaufman ("rook") diagonal pivoting method. More... | |
subroutine | zsytri_rook (UPLO, N, A, LDA, IPIV, WORK, INFO) |
ZSYTRI_ROOK More... | |