LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for la{he,sy}f_rk: triangular factor step:

Functions

subroutine clahef_rk (UPLO, N, NB, KB, A, LDA, E, IPIV, W, LDW, INFO)
 CLAHEF_RK computes a partial factorization of a complex Hermitian indefinite matrix using bounded Bunch-Kaufman (rook) diagonal pivoting method. More...
 
subroutine clasyf_rk (UPLO, N, NB, KB, A, LDA, E, IPIV, W, LDW, INFO)
 CLASYF_RK computes a partial factorization of a complex symmetric indefinite matrix using bounded Bunch-Kaufman (rook) diagonal pivoting method. More...
 
subroutine dlasyf_rk (UPLO, N, NB, KB, A, LDA, E, IPIV, W, LDW, INFO)
 DLASYF_RK computes a partial factorization of a real symmetric indefinite matrix using bounded Bunch-Kaufman (rook) diagonal pivoting method. More...
 
subroutine slasyf_rk (UPLO, N, NB, KB, A, LDA, E, IPIV, W, LDW, INFO)
 SLASYF_RK computes a partial factorization of a real symmetric indefinite matrix using bounded Bunch-Kaufman (rook) diagonal pivoting method. More...
 
subroutine zlahef_rk (UPLO, N, NB, KB, A, LDA, E, IPIV, W, LDW, INFO)
 ZLAHEF_RK computes a partial factorization of a complex Hermitian indefinite matrix using bounded Bunch-Kaufman (rook) diagonal pivoting method. More...
 
subroutine zlasyf_rk (UPLO, N, NB, KB, A, LDA, E, IPIV, W, LDW, INFO)
 ZLASYF_RK computes a partial factorization of a complex symmetric indefinite matrix using bounded Bunch-Kaufman (rook) diagonal pivoting method. More...
 

Detailed Description