Note: before using this routine, please read the Users' Note for your implementation to check the interpretation of bold italicised terms and other implementation-dependent details.
The routine may be called by its
LAPACK
name ztrtri.
3 Description
F07TWF (ZTRTRI) forms the inverse of a complex triangular matrix . Note that the inverse of an upper (lower) triangular matrix is also upper (lower) triangular.
4 References
Du Croz J J and Higham N J (1992) Stability of methods for matrix inversion IMA J. Numer. Anal.12 1–19
5 Parameters
1: UPLO – CHARACTER(1)Input
On entry: specifies whether is upper or lower triangular.
is upper triangular.
is lower triangular.
Constraint:
or .
2: DIAG – CHARACTER(1)Input
On entry: indicates whether is a nonunit or unit triangular matrix.
is a nonunit triangular matrix.
is a unit triangular matrix; the diagonal elements are not referenced and are assumed to be .