summaryrefslogtreecommitdiff
path: root/TESTING/EIG/zget38.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/EIG/zget38.f')
-rw-r--r--TESTING/EIG/zget38.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/TESTING/EIG/zget38.f b/TESTING/EIG/zget38.f
index d7573d72..9156b127 100644
--- a/TESTING/EIG/zget38.f
+++ b/TESTING/EIG/zget38.f
@@ -5,8 +5,8 @@
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE ZGET38( RMAX, LMAX, NINFO, KNT, NIN )
*
@@ -18,21 +18,20 @@
* DOUBLE PRECISION RMAX( 3 )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> ZGET38 tests ZTRSEN, a routine for estimating condition numbers of a
*> cluster of eigenvalues and/or its associated right invariant subspace
*>
*> The test matrices are read from a file with logical unit number NIN.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[out] RMAX
*> \verbatim
@@ -76,10 +75,9 @@
*> NIN is INTEGER
*> Input logical unit number.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley