summaryrefslogtreecommitdiff
path: root/SRC/dstevx.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dstevx.f')
-rw-r--r--SRC/dstevx.f2
1 files changed, 2 insertions, 0 deletions
diff --git a/SRC/dstevx.f b/SRC/dstevx.f
index a7e5a3dd..29cd7526 100644
--- a/SRC/dstevx.f
+++ b/SRC/dstevx.f
@@ -53,12 +53,14 @@
* to avoid over/underflow in computing the eigenvalues.
*
* VL (input) DOUBLE PRECISION
+*
* VU (input) DOUBLE PRECISION
* If RANGE='V', the lower and upper bounds of the interval to
* be searched for eigenvalues. VL < VU.
* Not referenced if RANGE = 'A' or 'I'.
*
* IL (input) INTEGER
+*
* IU (input) INTEGER
* If RANGE='I', the indices (in ascending order) of the
* smallest and largest eigenvalues to be returned.