summaryrefslogtreecommitdiff
path: root/SRC/zhecon.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zhecon.f')
-rw-r--r--SRC/zhecon.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/zhecon.f b/SRC/zhecon.f
index 8d2b8e01..a28825ec 100644
--- a/SRC/zhecon.f
+++ b/SRC/zhecon.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE ZHECON( UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK,
* INFO )
@@ -31,11 +31,11 @@
* COMPLEX*16 A( LDA, * ), WORK( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> ZHECON estimates the reciprocal of the condition number of a complex
*> Hermitian matrix A using the factorization A = U*D*U**H or
@@ -43,11 +43,10 @@
*>
*> An estimate is obtained for norm(inv(A)), and the reciprocal of the
*> condition number is computed as RCOND = 1 / (ANORM * norm(inv(A))).
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] UPLO
*> \verbatim
@@ -109,10 +108,9 @@
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley