![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
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... | |