summaryrefslogtreecommitdiff
path: root/SRC/cstegr.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-10-31 22:21:11 +0000
committerjulie <julielangou@users.noreply.github.com>2011-10-31 22:21:11 +0000
commit0d9e213c670ab0e68f17d68251412d53250108e1 (patch)
tree2bcab1c08b84e327b9be345385e2c31e8a26905a /SRC/cstegr.f
parent82901cd3e7bb75c73fc3a17fe7bf922289337f97 (diff)
downloadlapack-0d9e213c670ab0e68f17d68251412d53250108e1.tar.gz
lapack-0d9e213c670ab0e68f17d68251412d53250108e1.tar.bz2
lapack-0d9e213c670ab0e68f17d68251412d53250108e1.zip
Correct Warning detected during Doxygen Generation.
Now each routine should have the correct list of arguments. This allowed to detect and fix problems in parameter description of many routines.
Diffstat (limited to 'SRC/cstegr.f')
-rw-r--r--SRC/cstegr.f10
1 files changed, 8 insertions, 2 deletions
diff --git a/SRC/cstegr.f b/SRC/cstegr.f
index 3de77471..89b4964d 100644
--- a/SRC/cstegr.f
+++ b/SRC/cstegr.f
@@ -104,27 +104,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[in] ABSTOL
*> \verbatim