diff options
Diffstat (limited to 'SRC/chpgvx.f')
-rw-r--r-- | SRC/chpgvx.f | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/SRC/chpgvx.f b/SRC/chpgvx.f index 50a49f54..c7166b96 100644 --- a/SRC/chpgvx.f +++ b/SRC/chpgvx.f @@ -119,27 +119,33 @@ *> \param[in] VL *> \verbatim *> VL is REAL +*> \endverbatim +*> *> \param[in] VU *> \verbatim *> VU is REAL +*> \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 |