diff options
Diffstat (limited to 'SRC/cstemr.f')
-rw-r--r-- | SRC/cstemr.f | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/SRC/cstemr.f b/SRC/cstemr.f index 6eac5c23..2e5c80ed 100644 --- a/SRC/cstemr.f +++ b/SRC/cstemr.f @@ -152,27 +152,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. *> Not referenced if RANGE = 'A' or 'V'. *> \endverbatim -*> \endverbatim *> *> \param[out] M *> \verbatim |