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

Functions

subroutine cgecon (NORM, N, A, LDA, ANORM, RCOND, WORK, RWORK, INFO)
 CGECON More...
 
subroutine dgecon (NORM, N, A, LDA, ANORM, RCOND, WORK, IWORK, INFO)
 DGECON More...
 
subroutine sgecon (NORM, N, A, LDA, ANORM, RCOND, WORK, IWORK, INFO)
 SGECON More...
 
subroutine zgecon (NORM, N, A, LDA, ANORM, RCOND, WORK, RWORK, INFO)
 ZGECON More...
 

Detailed Description