LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for {he,sy}tri2: inverse:

Functions

subroutine chetri2 (UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO)
 CHETRI2 More...
 
subroutine csytri2 (UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO)
 CSYTRI2 More...
 
subroutine dsytri2 (UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO)
 DSYTRI2 More...
 
subroutine ssytri2 (UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO)
 SSYTRI2 More...
 
subroutine zhetri2 (UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO)
 ZHETRI2 More...
 
subroutine zsytri2 (UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO)
 ZSYTRI2 More...
 

Detailed Description