aboutsummaryrefslogtreecommitdiff
path: root/SRC/clarrv.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/clarrv.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/clarrv.f')
-rw-r--r--SRC/clarrv.f5
1 files changed, 4 insertions, 1 deletions
diff --git a/SRC/clarrv.f b/SRC/clarrv.f
index 895ad7b1..78ecae36 100644
--- a/SRC/clarrv.f
+++ b/SRC/clarrv.f
@@ -59,12 +59,15 @@
*> \param[in] VL
*> \verbatim
*> VL is REAL
+*> Lower bound of the interval that contains the desired
+*> eigenvalues. VL < VU. Needed to compute gaps on the left or right
+*> end of the extremal eigenvalues in the desired RANGE.
*> \endverbatim
*>
*> \param[in] VU
*> \verbatim
*> VU is REAL
-*> Lower and upper bounds of the interval that contains the desired
+*> Upper bound of the interval that contains the desired
*> eigenvalues. VL < VU. Needed to compute gaps on the left or right
*> end of the extremal eigenvalues in the desired RANGE.
*> \endverbatim