|
NAMESRC/ctrti2.f SYNOPSISFunctions/Subroutinessubroutine ctrti2 (uplo, diag, n, a, lda, info)
Function/Subroutine Documentationsubroutine ctrti2 (character uplo, character diag, integer n, complex, dimension( lda, * ) a, integer lda, integer info)CTRTI2 computes the inverse of a triangular matrix (unblocked algorithm). Purpose:
Parameters UPLO
DIAG
N
A
LDA
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 109 of file ctrti2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|