LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for trti2: triangular inverse, level 2:

Functions

subroutine ctrti2 (UPLO, DIAG, N, A, LDA, INFO)
 CTRTI2 computes the inverse of a triangular matrix (unblocked algorithm). More...
 
subroutine dtrti2 (UPLO, DIAG, N, A, LDA, INFO)
 DTRTI2 computes the inverse of a triangular matrix (unblocked algorithm). More...
 
subroutine strti2 (UPLO, DIAG, N, A, LDA, INFO)
 STRTI2 computes the inverse of a triangular matrix (unblocked algorithm). More...
 
subroutine ztrti2 (UPLO, DIAG, N, A, LDA, INFO)
 ZTRTI2 computes the inverse of a triangular matrix (unblocked algorithm). More...
 

Detailed Description