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

Functions

subroutine cpocon (UPLO, N, A, LDA, ANORM, RCOND, WORK, RWORK, INFO)
 CPOCON More...
 
subroutine dpocon (UPLO, N, A, LDA, ANORM, RCOND, WORK, IWORK, INFO)
 DPOCON More...
 
subroutine spocon (UPLO, N, A, LDA, ANORM, RCOND, WORK, IWORK, INFO)
 SPOCON More...
 
subroutine zpocon (UPLO, N, A, LDA, ANORM, RCOND, WORK, RWORK, INFO)
 ZPOCON More...
 

Detailed Description