summaryrefslogtreecommitdiff
path: root/SRC/slas2.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/slas2.f')
-rw-r--r--SRC/slas2.f32
1 files changed, 14 insertions, 18 deletions
diff --git a/SRC/slas2.f b/SRC/slas2.f
index 683620c0..a6009b94 100644
--- a/SRC/slas2.f
+++ b/SRC/slas2.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE SLAS2( F, G, H, SSMIN, SSMAX )
*
@@ -24,22 +24,21 @@
* REAL F, G, H, SSMAX, SSMIN
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> SLAS2 computes the singular values of the 2-by-2 matrix
*> [ F G ]
*> [ 0 H ].
*> On return, SSMIN is the smaller singular value and SSMAX is the
*> larger singular value.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] F
*> \verbatim
@@ -70,10 +69,9 @@
*> SSMAX is REAL
*> The larger singular value.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley
@@ -84,10 +82,9 @@
*
*> \ingroup auxOTHERauxiliary
*
-*
-* Further Details
-* ===============
-*>\details \b Further \b Details
+*> \par Further Details:
+* =====================
+*>
*> \verbatim
*>
*> Barring over/underflow, all output quantities are correct to within
@@ -105,7 +102,6 @@
*> Underflow is harmless if underflow is gradual. Otherwise, results
*> may correspond to a matrix modified by perturbations of size near
*> the underflow threshold.
-*>
*> \endverbatim
*>
* =====================================================================