LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for trcon: condition number estimate:

Functions

subroutine ctrcon (NORM, UPLO, DIAG, N, A, LDA, RCOND, WORK, RWORK, INFO)
 CTRCON More...
 
subroutine dtrcon (NORM, UPLO, DIAG, N, A, LDA, RCOND, WORK, IWORK, INFO)
 DTRCON More...
 
subroutine strcon (NORM, UPLO, DIAG, N, A, LDA, RCOND, WORK, IWORK, INFO)
 STRCON More...
 
subroutine ztrcon (NORM, UPLO, DIAG, N, A, LDA, RCOND, WORK, RWORK, INFO)
 ZTRCON More...
 

Detailed Description