aboutsummaryrefslogtreecommitdiff
path: root/SRC/dlarre.f
diff options
context:
space:
mode:
authorJulie <julie@cs.utk.edu>2016-06-14 22:21:56 -0700
committerJulie <julie@cs.utk.edu>2016-06-14 22:21:56 -0700
commit41a611c62895448c72decbc6e864667bad10f5ec (patch)
tree6c16465918cf625820219c87c7689ff7079ad5d3 /SRC/dlarre.f
parent455a8eb6f490490b9d49ad9131eda9c1cb578911 (diff)
Update Descriptions for IL, IU, VL and VU
reported by Alex Zotkevich, Intel Co. on april 11th 2016 See http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=13&t=4951
Diffstat (limited to 'SRC/dlarre.f')
-rw-r--r--SRC/dlarre.f14
1 files changed, 11 insertions, 3 deletions
diff --git a/SRC/dlarre.f b/SRC/dlarre.f
index 2212c574..45301f02 100644
--- a/SRC/dlarre.f
+++ b/SRC/dlarre.f
@@ -78,12 +78,17 @@
*> \param[in,out] VL
*> \verbatim
*> VL is DOUBLE PRECISION
+*> If RANGE='V', the lower bound for the eigenvalues.
+*> Eigenvalues less than or equal to VL, or greater than VU,
+*> will not be returned. VL < VU.
+*> If RANGE='I' or ='A', DLARRE computes bounds on the desired
+*> part of the spectrum.
*> \endverbatim
*>
*> \param[in,out] VU
*> \verbatim
*> VU is DOUBLE PRECISION
-*> If RANGE='V', the lower and upper bounds for the eigenvalues.
+*> If RANGE='V', the upper bound for the eigenvalues.
*> Eigenvalues less than or equal to VL, or greater than VU,
*> will not be returned. VL < VU.
*> If RANGE='I' or ='A', DLARRE computes bounds on the desired
@@ -93,13 +98,16 @@
*> \param[in] IL
*> \verbatim
*> IL is INTEGER
+*> If RANGE='I', the index of the
+*> smallest eigenvalue to be returned.
+*> 1 <= IL <= IU <= N.
*> \endverbatim
*>
*> \param[in] IU
*> \verbatim
*> IU is INTEGER
-*> If RANGE='I', the indices (in ascending order) of the
-*> smallest and largest eigenvalues to be returned.
+*> If RANGE='I', the index of the
+*> largest eigenvalue to be returned.
*> 1 <= IL <= IU <= N.
*> \endverbatim
*>