LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
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) | |
subroutine | csycon_rook (uplo, n, a, lda, ipiv, anorm, rcond, work, info) |
CSYCON_ROOK | |
subroutine | dsycon_rook (uplo, n, a, lda, ipiv, anorm, rcond, work, iwork, info) |
DSYCON_ROOK | |
subroutine | ssycon_rook (uplo, n, a, lda, ipiv, anorm, rcond, work, iwork, info) |
SSYCON_ROOK | |
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) | |
subroutine | zsycon_rook (uplo, n, a, lda, ipiv, anorm, rcond, work, info) |
ZSYCON_ROOK | |