summaryrefslogtreecommitdiff
path: root/SRC/ztpcon.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/ztpcon.f')
-rw-r--r--SRC/ztpcon.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/ztpcon.f b/SRC/ztpcon.f
index df13fa40..cabb219d 100644
--- a/SRC/ztpcon.f
+++ b/SRC/ztpcon.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE ZTPCON( NORM, UPLO, DIAG, N, AP, RCOND, WORK, RWORK,
* INFO )
@@ -31,11 +31,11 @@
* COMPLEX*16 AP( * ), WORK( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> ZTPCON estimates the reciprocal of the condition number of a packed
*> triangular matrix A, in either the 1-norm or the infinity-norm.
@@ -44,11 +44,10 @@
*> norm(inv(A)), then the reciprocal of the condition number is
*> computed as
*> RCOND = 1 / ( norm(A) * norm(inv(A)) ).
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] NORM
*> \verbatim
@@ -114,10 +113,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