aboutsummaryrefslogtreecommitdiff
path: root/SRC/zhetri2.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zhetri2.f')
-rw-r--r--SRC/zhetri2.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/zhetri2.f b/SRC/zhetri2.f
index a79684e6..bbc7371f 100644
--- a/SRC/zhetri2.f
+++ b/SRC/zhetri2.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE ZHETRI2( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO )
*
@@ -29,21 +29,20 @@
* COMPLEX*16 A( LDA, * ), WORK( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> ZHETRI2 computes the inverse of a COMPLEX*16 hermitian indefinite matrix
*> A using the factorization A = U*D*U**T or A = L*D*L**T computed by
*> ZHETRF. ZHETRI2 set the LEADING DIMENSION of the workspace
*> before calling ZHETRI2X that actually computes the inverse.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] UPLO
*> \verbatim
@@ -112,10 +111,9 @@
*> > 0: if INFO = i, D(i,i) = 0; the matrix is singular and its
*> inverse could not be computed.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley