xSTEDC, DSPEVD, ZHPEVD, DTGSEN; comment for array WORK: consistently use dimension...
authorHenning Thielemann <git@henning-thielemann.de>
Wed, 7 Jun 2017 09:26:28 +0000 (11:26 +0200)
committerHenning Thielemann <git@henning-thielemann.de>
Wed, 7 Jun 2017 09:26:28 +0000 (11:26 +0200)
SRC/dspevd.f
SRC/dstedc.f
SRC/dtgsen.f
SRC/zhpevd.f
SRC/zstedc.f

index 234d03fed85af361eea105519e89a30aabd149b0..96ddbc80c351853cfafaa2b4cc0645776083e8cd 100644 (file)
 *>
 *> \param[out] WORK
 *> \verbatim
-*>          WORK is DOUBLE PRECISION array,
-*>                                         dimension (LWORK)
+*>          WORK is DOUBLE PRECISION array, dimension (MAX(1,LWORK))
 *>          On exit, if INFO = 0, WORK(1) returns the required LWORK.
 *> \endverbatim
 *>
index d7f953729c107975205b16dca73ada44dda56a17..386c22b845430a945904051e1904256a2c09b005 100644 (file)
 *>
 *> \param[out] WORK
 *> \verbatim
-*>          WORK is DOUBLE PRECISION array,
-*>                                         dimension (LWORK)
+*>          WORK is DOUBLE PRECISION array, dimension (MAX(1,LWORK))
 *>          On exit, if INFO = 0, WORK(1) returns the optimal LWORK.
 *> \endverbatim
 *>
index c61b613c9bfb90f6fcf998a9c0af6b261a6a34b3..777fb6917ec70f20815155be4ac295989a1db16c 100644 (file)
 *>
 *> \param[out] WORK
 *> \verbatim
-*>          WORK is DOUBLE PRECISION array,
-*>          dimension (MAX(1,LWORK))
+*>          WORK is DOUBLE PRECISION array, dimension (MAX(1,LWORK))
 *>          On exit, if INFO = 0, WORK(1) returns the optimal LWORK.
 *> \endverbatim
 *>
index 10b59c937715c5e5e2bbeef6baa63108954b19fb..8f0c8fda45cee567cf7df720d7a56056ac6502ed 100644 (file)
 *>
 *> \param[out] RWORK
 *> \verbatim
-*>          RWORK is DOUBLE PRECISION array,
-*>                                         dimension (LRWORK)
+*>          RWORK is DOUBLE PRECISION array, dimension (MAX(1,LRWORK))
 *>          On exit, if INFO = 0, RWORK(1) returns the required LRWORK.
 *> \endverbatim
 *>
index 7809372bcc357cd1d6a06034b925c8b78834f860..b742ac62ff925a5f1cc910e057796a53609da4fc 100644 (file)
 *>
 *> \param[out] RWORK
 *> \verbatim
-*>          RWORK is DOUBLE PRECISION array,
-*>                                         dimension (LRWORK)
+*>          RWORK is DOUBLE PRECISION array, dimension (MAX(1,LRWORK))
 *>          On exit, if INFO = 0, RWORK(1) returns the optimal LRWORK.
 *> \endverbatim
 *>