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

Functions

subroutine cgtcon (NORM, N, DL, D, DU, DU2, IPIV, ANORM, RCOND, WORK, INFO)
 CGTCON More...
 
subroutine dgtcon (NORM, N, DL, D, DU, DU2, IPIV, ANORM, RCOND, WORK, IWORK, INFO)
 DGTCON More...
 
subroutine sgtcon (NORM, N, DL, D, DU, DU2, IPIV, ANORM, RCOND, WORK, IWORK, INFO)
 SGTCON More...
 
subroutine zgtcon (NORM, N, DL, D, DU, DU2, IPIV, ANORM, RCOND, WORK, INFO)
 ZGTCON More...
 

Detailed Description