summaryrefslogtreecommitdiff
path: root/SRC/slasr.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/slasr.f')
-rw-r--r--SRC/slasr.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/slasr.f b/SRC/slasr.f
index fe06f8ae..d1e47104 100644
--- a/SRC/slasr.f
+++ b/SRC/slasr.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE SLASR( SIDE, PIVOT, DIRECT, M, N, C, S, A, LDA )
*
@@ -28,11 +28,11 @@
* REAL A( LDA, * ), C( * ), S( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> SLASR applies a sequence of plane rotations to a real matrix A,
*> from either the left or the right.
@@ -105,11 +105,10 @@
*>
*> where R(k) appears in rows and columns k and z. The rotations are
*> performed without ever forming P(k) explicitly.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] SIDE
*> \verbatim
@@ -184,10 +183,9 @@
*> LDA is INTEGER
*> The leading dimension of the array A. LDA >= max(1,M).
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley