aboutsummaryrefslogtreecommitdiff
path: root/TESTING/MATGEN/dlatm2.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/MATGEN/dlatm2.f')
-rw-r--r--TESTING/MATGEN/dlatm2.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/TESTING/MATGEN/dlatm2.f b/TESTING/MATGEN/dlatm2.f
index 1f3eaf38..968629b8 100644
--- a/TESTING/MATGEN/dlatm2.f
+++ b/TESTING/MATGEN/dlatm2.f
@@ -5,8 +5,8 @@
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* DOUBLE PRECISION FUNCTION DLATM2( M, N, I, J, KL, KU, IDIST,
* ISEED, D, IGRADE, DL, DR, IPVTNG, IWORK, SPARSE )
@@ -23,11 +23,11 @@
* DOUBLE PRECISION D( * ), DL( * ), DR( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> DLATM2 returns the (I,J) entry of a random matrix of dimension
*> (M, N) described by the other paramters. It is called by the
@@ -65,11 +65,10 @@
*> bandwidth KU.
*>
*> Set random entries to zero as specified by SPARSE.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] M
*> \verbatim
@@ -192,10 +191,9 @@
*> entries will be set to zero.
*> Not modified.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley