LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
Collaboration diagram for {he,sy}trf_rook: triangular factor:

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).
 
subroutine csytrf_rook (uplo, n, a, lda, ipiv, work, lwork, info)
 CSYTRF_ROOK
 
subroutine dsytrf_rook (uplo, n, a, lda, ipiv, work, lwork, info)
 DSYTRF_ROOK
 
subroutine ssytrf_rook (uplo, n, a, lda, ipiv, work, lwork, info)
 SSYTRF_ROOK
 
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).
 
subroutine zsytrf_rook (uplo, n, a, lda, ipiv, work, lwork, info)
 ZSYTRF_ROOK
 

Detailed Description