summaryrefslogtreecommitdiff
path: root/TESTING/EIG/cckglm.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/EIG/cckglm.f')
-rw-r--r--TESTING/EIG/cckglm.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/TESTING/EIG/cckglm.f b/TESTING/EIG/cckglm.f
index 7c248a8b..ca12b26a 100644
--- a/TESTING/EIG/cckglm.f
+++ b/TESTING/EIG/cckglm.f
@@ -5,8 +5,8 @@
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE CCKGLM( NN, NVAL, MVAL, PVAL, NMATS, ISEED, THRESH,
* NMAX, A, AF, B, BF, X, WORK, RWORK, NIN, NOUT,
@@ -23,19 +23,18 @@
* $ X( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> CCKGLM tests CGGGLM - subroutine for solving generalized linear
*> model problem.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] NN
*> \verbatim
@@ -151,10 +150,9 @@
*> > 0 : If CLATMS returns an error code, the absolute value
*> of it is returned.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley