LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
{he,sy}tf2_rook: triangular factor, level 2
Collaboration diagram for {he,sy}tf2_rook: triangular factor, level 2:

Functions

subroutine chetf2_rook (UPLO, N, A, LDA, IPIV, INFO)
 CHETF2_ROOK computes the factorization of a complex Hermitian indefinite matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method (unblocked algorithm). More...
 
subroutine csytf2_rook (UPLO, N, A, LDA, IPIV, INFO)
 CSYTF2_ROOK computes the factorization of a complex symmetric indefinite matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method (unblocked algorithm). More...
 
subroutine dsytf2_rook (UPLO, N, A, LDA, IPIV, INFO)
 DSYTF2_ROOK computes the factorization of a real symmetric indefinite matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method (unblocked algorithm). More...
 
subroutine ssytf2_rook (UPLO, N, A, LDA, IPIV, INFO)
 SSYTF2_ROOK computes the factorization of a real symmetric indefinite matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method (unblocked algorithm). More...
 
subroutine zhetf2_rook (UPLO, N, A, LDA, IPIV, INFO)
 ZHETF2_ROOK computes the factorization of a complex Hermitian indefinite matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method (unblocked algorithm). More...
 
subroutine zsytf2_rook (UPLO, N, A, LDA, IPIV, INFO)
 ZSYTF2_ROOK computes the factorization of a complex symmetric indefinite matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method (unblocked algorithm). More...
 

Detailed Description