summaryrefslogtreecommitdiff
path: root/SRC/sstev.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/sstev.f')
-rw-r--r--SRC/sstev.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/sstev.f b/SRC/sstev.f
index 6303125a..968e4335 100644
--- a/SRC/sstev.f
+++ b/SRC/sstev.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE SSTEV( JOBZ, N, D, E, Z, LDZ, WORK, INFO )
*
@@ -28,19 +28,18 @@
* REAL D( * ), E( * ), WORK( * ), Z( LDZ, * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> SSTEV computes all eigenvalues and, optionally, eigenvectors of a
*> real symmetric tridiagonal matrix A.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] JOBZ
*> \verbatim
@@ -101,10 +100,9 @@
*> > 0: if INFO = i, the algorithm failed to converge; i
*> off-diagonal elements of E did not converge to zero.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley