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

Functions

subroutine clahef_rook (uplo, n, nb, kb, a, lda, ipiv, w, ldw, info)
  Download CLAHEF_ROOK + dependencies [TGZ] [ZIP] [TXT]
 
subroutine clasyf_rook (uplo, n, nb, kb, a, lda, ipiv, w, ldw, info)
 CLASYF_ROOK computes a partial factorization of a complex symmetric matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method.
 
subroutine dlasyf_rook (uplo, n, nb, kb, a, lda, ipiv, w, ldw, info)
 DLASYF_ROOK *> DLASYF_ROOK computes a partial factorization of a real symmetric matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method.
 
subroutine slasyf_rook (uplo, n, nb, kb, a, lda, ipiv, w, ldw, info)
 SLASYF_ROOK computes a partial factorization of a real symmetric matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method.
 
subroutine zlahef_rook (uplo, n, nb, kb, a, lda, ipiv, w, ldw, info)
  Download ZLAHEF_ROOK + dependencies [TGZ] [ZIP] [TXT]
 
subroutine zlasyf_rook (uplo, n, nb, kb, a, lda, ipiv, w, ldw, info)
 ZLASYF_ROOK computes a partial factorization of a complex symmetric matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method.
 

Detailed Description