summaryrefslogtreecommitdiff
path: root/TESTING/EIG/cchkgl.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/EIG/cchkgl.f')
-rw-r--r--TESTING/EIG/cchkgl.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/TESTING/EIG/cchkgl.f b/TESTING/EIG/cchkgl.f
index f3b47179..f8bfcdbd 100644
--- a/TESTING/EIG/cchkgl.f
+++ b/TESTING/EIG/cchkgl.f
@@ -5,8 +5,8 @@
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE CCHKGL( NIN, NOUT )
*
@@ -14,18 +14,17 @@
* INTEGER NIN, NOUT
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
*>
-*> CCHKGL tests CGGBAL, a routine for balancing a matrix pair (A, B).
+*> \verbatim
*>
-*>\endverbatim
+*> CCHKGL tests CGGBAL, a routine for balancing a matrix pair (A, B).
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] NIN
*> \verbatim
@@ -38,10 +37,9 @@
*> NOUT is INTEGER
*> The logical unit number for output. NOUT > 0.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley