summaryrefslogtreecommitdiff
path: root/TESTING/EIG/cchkec.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/EIG/cchkec.f')
-rw-r--r--TESTING/EIG/cchkec.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/TESTING/EIG/cchkec.f b/TESTING/EIG/cchkec.f
index 6ee67009..91ea17fb 100644
--- a/TESTING/EIG/cchkec.f
+++ b/TESTING/EIG/cchkec.f
@@ -5,8 +5,8 @@
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE CCHKEC( THRESH, TSTERR, NIN, NOUT )
*
@@ -16,11 +16,11 @@
* REAL THRESH
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> CCHKEC tests eigen- condition estimation routines
*> CTRSYL, CTREXC, CTRSNA, CTRSEN
@@ -30,11 +30,10 @@
*> results to a threshold THRESH. In addition, CTRSNA and CTRSEN are
*> tested by reading in precomputed examples from a file (on input unit
*> NIN). Output is written to output unit NOUT.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] THRESH
*> \verbatim
@@ -60,10 +59,9 @@
*> NOUT is INTEGER
*> The logical unit number for output.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley