aboutsummaryrefslogtreecommitdiff
path: root/TESTING/MATGEN/clatm1.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/MATGEN/clatm1.f')
-rw-r--r--TESTING/MATGEN/clatm1.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/TESTING/MATGEN/clatm1.f b/TESTING/MATGEN/clatm1.f
index 86ea9370..4575f9eb 100644
--- a/TESTING/MATGEN/clatm1.f
+++ b/TESTING/MATGEN/clatm1.f
@@ -5,8 +5,8 @@
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE CLATM1( MODE, COND, IRSIGN, IDIST, ISEED, D, N, INFO )
*
@@ -19,21 +19,20 @@
* COMPLEX D( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> CLATM1 computes the entries of D(1..N) as specified by
*> MODE, COND and IRSIGN. IDIST and ISEED determine the generation
*> of random numbers. CLATM1 is called by CLATMR to generate
*> random test matrices for LAPACK programs.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] MODE
*> \verbatim
@@ -122,10 +121,9 @@
*> -4 => if MODE equals 6 or -6 and IDIST not in range 1 to 4
*> -7 => if N negative
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley