aboutsummaryrefslogtreecommitdiff
path: root/SRC/cstegr.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/cstegr.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/cstegr.f')
-rw-r--r--SRC/cstegr.f15
1 files changed, 12 insertions, 3 deletions
diff --git a/SRC/cstegr.f b/SRC/cstegr.f
index 900e8437..c5e77e8e 100644
--- a/SRC/cstegr.f
+++ b/SRC/cstegr.f
@@ -105,13 +105,17 @@
*> \param[in] VL
*> \verbatim
*> VL is REAL
+*>
+*> If RANGE='V', the lower bound of the interval to
+*> be searched for eigenvalues. VL < VU.
+*> Not referenced if RANGE = 'A' or 'I'.
*> \endverbatim
*>
*> \param[in] VU
*> \verbatim
*> VU is REAL
*>
-*> If RANGE='V', the lower and upper bounds of the interval to
+*> If RANGE='V', the upper bound of the interval to
*> be searched for eigenvalues. VL < VU.
*> Not referenced if RANGE = 'A' or 'I'.
*> \endverbatim
@@ -119,14 +123,19 @@
*> \param[in] IL
*> \verbatim
*> IL is INTEGER
+*>
+*> If RANGE='I', the index of the
+*> smallest eigenvalue to be returned.
+*> 1 <= IL <= IU <= N, if N > 0.
+*> Not referenced if RANGE = 'A' or 'V'.
*> \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, if N > 0.
*> Not referenced if RANGE = 'A' or 'V'.
*> \endverbatim