![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | clahef (UPLO, N, NB, KB, A, LDA, IPIV, W, LDW, INFO) |
CLAHEF computes a partial factorization of a complex Hermitian indefinite matrix using the Bunch-Kaufman diagonal pivoting method (blocked algorithm, calling Level 3 BLAS). More... | |
subroutine | clasyf (UPLO, N, NB, KB, A, LDA, IPIV, W, LDW, INFO) |
CLASYF computes a partial factorization of a complex symmetric matrix using the Bunch-Kaufman diagonal pivoting method. More... | |
subroutine | dlasyf (UPLO, N, NB, KB, A, LDA, IPIV, W, LDW, INFO) |
DLASYF computes a partial factorization of a real symmetric matrix using the Bunch-Kaufman diagonal pivoting method. More... | |
subroutine | slasyf (UPLO, N, NB, KB, A, LDA, IPIV, W, LDW, INFO) |
SLASYF computes a partial factorization of a real symmetric matrix using the Bunch-Kaufman diagonal pivoting method. More... | |
subroutine | zlahef (UPLO, N, NB, KB, A, LDA, IPIV, W, LDW, INFO) |
ZLAHEF computes a partial factorization of a complex Hermitian indefinite matrix using the Bunch-Kaufman diagonal pivoting method (blocked algorithm, calling Level 3 BLAS). More... | |
subroutine | zlasyf (UPLO, N, NB, KB, A, LDA, IPIV, W, LDW, INFO) |
ZLASYF computes a partial factorization of a complex symmetric matrix using the Bunch-Kaufman diagonal pivoting method. More... | |