aboutsummaryrefslogtreecommitdiff
path: root/SRC/slaqr1.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-11-03 20:32:56 +0000
committerjulie <julielangou@users.noreply.github.com>2011-11-03 20:32:56 +0000
commit1c3ba600671a59785b0c647d400226b4cc19a11f (patch)
tree2af647fcff119db522016721e10b5ee7768d22bb /SRC/slaqr1.f
parentd5c30c90bdecf38da1064e2ed52583634573e741 (diff)
Cosmetic changes in Doxygen presentation.
Use \par instead of \details for section. add a Contributors Section and a Reference Section. Remove (some) verbatim section when not needed. Those changes have been done by hand so I am not sure I manage to catch them all.
Diffstat (limited to 'SRC/slaqr1.f')
-rw-r--r--SRC/slaqr1.f38
1 files changed, 15 insertions, 23 deletions
diff --git a/SRC/slaqr1.f b/SRC/slaqr1.f
index 94403cca..d6375613 100644
--- a/SRC/slaqr1.f
+++ b/SRC/slaqr1.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE SLAQR1( N, H, LDH, SR1, SI1, SR2, SI2, V )
*
@@ -28,11 +28,11 @@
* REAL H( LDH, * ), V( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> Given a 2-by-2 or 3-by-3 matrix H, SLAQR1 sets v to a
*> scalar multiple of the first column of the product
@@ -48,11 +48,10 @@
*>
*> This is useful for starting double implicit shift bulges
*> in the QR algorithm.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] N
*> \verbatim
@@ -100,10 +99,9 @@
*> A scalar multiple of the first column of the
*> matrix K in (*).
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley
@@ -114,17 +112,11 @@
*
*> \ingroup realOTHERauxiliary
*
-*
-* Further Details
-* ===============
-*>\details \b Further \b Details
-*> \verbatim
+*> \par Contributors:
+* ==================
*>
-*> Based on contributions by
-*> Karen Braman and Ralph Byers, Department of Mathematics,
-*> University of Kansas, USA
-*>
-*> \endverbatim
+*> Karen Braman and Ralph Byers, Department of Mathematics,
+*> University of Kansas, USA
*>
* =====================================================================
SUBROUTINE SLAQR1( N, H, LDH, SR1, SI1, SR2, SI2, V )