summaryrefslogtreecommitdiff
path: root/SRC/sstebz.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/sstebz.f')
-rw-r--r--SRC/sstebz.f10
1 files changed, 8 insertions, 2 deletions
diff --git a/SRC/sstebz.f b/SRC/sstebz.f
index c9a96fe3..c1d9f5d5 100644
--- a/SRC/sstebz.f
+++ b/SRC/sstebz.f
@@ -86,28 +86,34 @@
*> \param[in] VL
*> \verbatim
*> VL is REAL
+*> \endverbatim
+*>
*> \param[in] VU
*> \verbatim
*> VU is REAL
+*> \endverbatim
+*> \verbatim
*> If RANGE='V', the lower and upper bounds of the interval to
*> be searched for eigenvalues. Eigenvalues less than or equal
*> to VL, or greater than VU, will not be returned. VL < VU.
*> Not referenced if RANGE = 'A' or 'I'.
*> \endverbatim
-*> \endverbatim
*>
*> \param[in] IL
*> \verbatim
*> IL is INTEGER
+*> \endverbatim
+*>
*> \param[in] IU
*> \verbatim
*> IU is INTEGER
+*> \endverbatim
+*> \verbatim
*> If RANGE='I', the indices (in ascending order) of the
*> smallest and largest eigenvalues to be returned.
*> 1 <= IL <= IU <= N, if N > 0; IL = 1 and IU = 0 if N = 0.
*> Not referenced if RANGE = 'A' or 'V'.
*> \endverbatim
-*> \endverbatim
*>
*> \param[in] ABSTOL
*> \verbatim