From 41a611c62895448c72decbc6e864667bad10f5ec Mon Sep 17 00:00:00 2001 From: Julie Date: Tue, 14 Jun 2016 22:21:56 -0700 Subject: 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 --- SRC/slarrv.f | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'SRC/slarrv.f') diff --git a/SRC/slarrv.f b/SRC/slarrv.f index bd7d5282..59546642 100644 --- a/SRC/slarrv.f +++ b/SRC/slarrv.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 -- cgit v1.2.3