![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
| subroutine | chetrf_rk (UPLO, N, A, LDA, E, IPIV, WORK, LWORK, INFO) |
| CHETRF_RK computes the factorization of a complex Hermitian indefinite matrix using the bounded Bunch-Kaufman (rook) diagonal pivoting method (BLAS3 blocked algorithm). More... | |
| subroutine | csytrf_rk (UPLO, N, A, LDA, E, IPIV, WORK, LWORK, INFO) |
| CSYTRF_RK computes the factorization of a complex symmetric indefinite matrix using the bounded Bunch-Kaufman (rook) diagonal pivoting method (BLAS3 blocked algorithm). More... | |
| subroutine | dsytrf_rk (UPLO, N, A, LDA, E, IPIV, WORK, LWORK, INFO) |
| DSYTRF_RK computes the factorization of a real symmetric indefinite matrix using the bounded Bunch-Kaufman (rook) diagonal pivoting method (BLAS3 blocked algorithm). More... | |
| subroutine | ssytrf_rk (UPLO, N, A, LDA, E, IPIV, WORK, LWORK, INFO) |
| SSYTRF_RK computes the factorization of a real symmetric indefinite matrix using the bounded Bunch-Kaufman (rook) diagonal pivoting method (BLAS3 blocked algorithm). More... | |
| subroutine | zhetrf_rk (UPLO, N, A, LDA, E, IPIV, WORK, LWORK, INFO) |
| ZHETRF_RK computes the factorization of a complex Hermitian indefinite matrix using the bounded Bunch-Kaufman (rook) diagonal pivoting method (BLAS3 blocked algorithm). More... | |
| subroutine | zsytrf_rk (UPLO, N, A, LDA, E, IPIV, WORK, LWORK, INFO) |
| ZSYTRF_RK computes the factorization of a complex symmetric indefinite matrix using the bounded Bunch-Kaufman (rook) diagonal pivoting method (BLAS3 blocked algorithm). More... | |