diff options
Diffstat (limited to 'SRC/dsbgvx.f')
-rw-r--r-- | SRC/dsbgvx.f | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/SRC/dsbgvx.f b/SRC/dsbgvx.f index 45bf4093..83c322a7 100644 --- a/SRC/dsbgvx.f +++ b/SRC/dsbgvx.f @@ -153,27 +153,33 @@ *> \param[in] VL *> \verbatim *> VL is DOUBLE PRECISION +*> \endverbatim +*> *> \param[in] VU *> \verbatim *> VU is DOUBLE PRECISION +*> \endverbatim +*> \verbatim *> 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'. *> \endverbatim -*> \endverbatim *> *> \param[in] IL *> \verbatim *> IL is INTEGER +*> \endverbatim +*> *> \param[in] IU *> \verbatim *> IU is INTEGER +*> \endverbatim +*> \verbatim *> If RANGE='I', the indices (in ascending order) of the *> smallest and largest eigenvalues to be returned. *> 1 <= IL <= IU <= N, if N > 0; IL = 1 and IU = 0 if N = 0. *> Not referenced if RANGE = 'A' or 'V'. *> \endverbatim -*> \endverbatim *> *> \param[in] ABSTOL *> \verbatim |