summaryrefslogtreecommitdiff
path: root/SRC/zheevx.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zheevx.f')
-rw-r--r--SRC/zheevx.f2
1 files changed, 2 insertions, 0 deletions
diff --git a/SRC/zheevx.f b/SRC/zheevx.f
index eb64770e..796e2bb9 100644
--- a/SRC/zheevx.f
+++ b/SRC/zheevx.f
@@ -61,12 +61,14 @@
* The leading dimension of the array A. LDA >= max(1,N).
*
* 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.