LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
{he,sy}con_rook: condition number estimate
Collaboration diagram for {he,sy}con_rook: condition number estimate:

Functions

subroutine checon_rook (UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK, INFO)
  CHECON_ROOK estimates the reciprocal of the condition number fort HE matrices using factorization obtained with one of the bounded diagonal pivoting methods (max 2 interchanges) More...
 
subroutine csycon_rook (UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK, INFO)
  CSYCON_ROOK More...
 
subroutine dsycon_rook (UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK, IWORK, INFO)
  DSYCON_ROOK More...
 
subroutine ssycon_rook (UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK, IWORK, INFO)
  SSYCON_ROOK More...
 
subroutine zhecon_rook (UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK, INFO)
  ZHECON_ROOK estimates the reciprocal of the condition number fort HE matrices using factorization obtained with one of the bounded diagonal pivoting methods (max 2 interchanges) More...
 
subroutine zsycon_rook (UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK, INFO)
 ZSYCON_ROOK More...
 

Detailed Description