summaryrefslogtreecommitdiff
path: root/TESTING/LIN/slattp.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/LIN/slattp.f')
-rw-r--r--TESTING/LIN/slattp.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/TESTING/LIN/slattp.f b/TESTING/LIN/slattp.f
index a60a548b..bde1883d 100644
--- a/TESTING/LIN/slattp.f
+++ b/TESTING/LIN/slattp.f
@@ -5,8 +5,8 @@
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE SLATTP( IMAT, UPLO, TRANS, DIAG, ISEED, N, A, B, WORK,
* INFO )
@@ -20,20 +20,19 @@
* REAL A( * ), B( * ), WORK( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> SLATTP generates a triangular test matrix in packed storage.
*> IMAT and UPLO uniquely specify the properties of the test
*> matrix, which is returned in the array AP.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] IMAT
*> \verbatim
@@ -109,10 +108,9 @@
*> = 0: successful exit
*> < 0: if INFO = -k, the k-th argument had an illegal value
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley