![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | chetrf_rook (UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO) |
CHETRF_ROOK computes the factorization of a complex Hermitian indefinite matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method (blocked algorithm, calling Level 3 BLAS). More... | |
subroutine | csytrf_rook (UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO) |
CSYTRF_ROOK More... | |
subroutine | dsytrf_rook (UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO) |
DSYTRF_ROOK More... | |
subroutine | ssytrf_rook (UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO) |
SSYTRF_ROOK More... | |
subroutine | zhetrf_rook (UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO) |
ZHETRF_ROOK computes the factorization of a complex Hermitian indefinite matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method (blocked algorithm, calling Level 3 BLAS). More... | |
subroutine | zsytrf_rook (UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO) |
ZSYTRF_ROOK More... | |