summaryrefslogtreecommitdiff
path: root/SRC/dlaed5.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dlaed5.f')
-rw-r--r--SRC/dlaed5.f34
1 files changed, 13 insertions, 21 deletions
diff --git a/SRC/dlaed5.f b/SRC/dlaed5.f
index 7ccbf852..43d10bc9 100644
--- a/SRC/dlaed5.f
+++ b/SRC/dlaed5.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE DLAED5( I, D, Z, DELTA, RHO, DLAM )
*
@@ -28,11 +28,11 @@
* DOUBLE PRECISION D( 2 ), DELTA( 2 ), Z( 2 )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> This subroutine computes the I-th eigenvalue of a symmetric rank-one
*> modification of a 2-by-2 diagonal matrix
@@ -45,11 +45,10 @@
*>
*> We also assume RHO > 0 and that the Euclidean norm of the vector
*> Z is one.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] I
*> \verbatim
@@ -87,10 +86,9 @@
*> DLAM is DOUBLE PRECISION
*> The computed lambda_I, the I-th updated eigenvalue.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley
@@ -101,18 +99,12 @@
*
*> \ingroup auxOTHERcomputational
*
-*
-* Further Details
-* ===============
-*>\details \b Further \b Details
-*> \verbatim
+*> \par Contributors:
+* ==================
*>
-*> Based on contributions by
*> Ren-Cang Li, Computer Science Division, University of California
*> at Berkeley, USA
*>
-*> \endverbatim
-*>
* =====================================================================
SUBROUTINE DLAED5( I, D, Z, DELTA, RHO, DLAM )
*