summaryrefslogtreecommitdiff
path: root/SRC/zlarrv.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zlarrv.f')
-rw-r--r--SRC/zlarrv.f46
1 files changed, 19 insertions, 27 deletions
diff --git a/SRC/zlarrv.f b/SRC/zlarrv.f
index e8c75ed9..8968b4be 100644
--- a/SRC/zlarrv.f
+++ b/SRC/zlarrv.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE ZLARRV( N, VL, VU, D, L, PIVMIN,
* ISPLIT, M, DOL, DOU, MINRGP,
@@ -36,20 +36,19 @@
* COMPLEX*16 Z( LDZ, * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> ZLARRV computes the eigenvectors of the tridiagonal matrix
*> T = L D L**T given L, D and APPROXIMATIONS to the eigenvalues of L D L**T.
*> The input eigenvalues should have been computed by DLARRE.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] N
*> \verbatim
@@ -255,10 +254,9 @@
*> = 5: The Rayleigh Quotient Iteration failed to converge to
*> full accuracy in MAXITR steps.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley
@@ -269,21 +267,15 @@
*
*> \ingroup complex16OTHERauxiliary
*
-*
-* Further Details
-* ===============
-*>\details \b Further \b Details
-*> \verbatim
-*>
-*> Based on contributions by
-*> Beresford Parlett, University of California, Berkeley, USA
-*> Jim Demmel, University of California, Berkeley, USA
-*> Inderjit Dhillon, University of Texas, Austin, USA
-*> Osni Marques, LBNL/NERSC, USA
-*> Christof Voemel, University of California, Berkeley, USA
-*>
-*> \endverbatim
+*> \par Contributors:
+* ==================
*>
+*> Beresford Parlett, University of California, Berkeley, USA \n
+*> Jim Demmel, University of California, Berkeley, USA \n
+*> Inderjit Dhillon, University of Texas, Austin, USA \n
+*> Osni Marques, LBNL/NERSC, USA \n
+*> Christof Voemel, University of California, Berkeley, USA
+*
* =====================================================================
SUBROUTINE ZLARRV( N, VL, VU, D, L, PIVMIN,
$ ISPLIT, M, DOL, DOU, MINRGP,