|
NAMESRC/ztrti2.f SYNOPSISFunctions/Subroutinessubroutine ztrti2 (uplo, diag, n, a, lda, info)
Function/Subroutine Documentationsubroutine ztrti2 (character uplo, character diag, integer n, complex*16, dimension( lda, * ) a, integer lda, integer info)ZTRTI2 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 ztrti2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|