diff options
Diffstat (limited to 'SRC/chetri.f')
-rw-r--r-- | SRC/chetri.f | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/chetri.f b/SRC/chetri.f index d2681dfb..4c916ce7 100644 --- a/SRC/chetri.f +++ b/SRC/chetri.f @@ -64,8 +64,7 @@ *> A is COMPLEX array, dimension (LDA,N) *> On entry, the block diagonal matrix D and the multipliers *> used to obtain the factor U or L as computed by CHETRF. -*> \endverbatim -*> \verbatim +*> *> On exit, if INFO = 0, the (Hermitian) inverse of the original *> matrix. If UPLO = 'U', the upper triangular part of the *> inverse is formed and the part of A below the diagonal is not |