Skip to content

Commit 8a034ba

Browse files
committed
xLALSA, DLASDA; parameters WORK, IWORK: turn "at least" phrases into dimension specifications
1 parent 5283c5c commit 8a034ba

5 files changed

Lines changed: 7 additions & 14 deletions

File tree

SRC/clalsa.f

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,7 @@
232232
*>
233233
*> \param[out] IWORK
234234
*> \verbatim
235-
*> IWORK is INTEGER array.
236-
*> The dimension must be at least 3 * N
235+
*> IWORK is INTEGER array, dimension (3*N)
237236
*> \endverbatim
238237
*>
239238
*> \param[out] INFO

SRC/dlalsa.f

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,14 +227,12 @@
227227
*>
228228
*> \param[out] WORK
229229
*> \verbatim
230-
*> WORK is DOUBLE PRECISION array.
231-
*> The dimension must be at least N.
230+
*> WORK is DOUBLE PRECISION array, dimension (N)
232231
*> \endverbatim
233232
*>
234233
*> \param[out] IWORK
235234
*> \verbatim
236-
*> IWORK is INTEGER array.
237-
*> The dimension must be at least 3 * N
235+
*> IWORK is INTEGER array, dimension (3*N)
238236
*> \endverbatim
239237
*>
240238
*> \param[out] INFO

SRC/dlasda.f

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,7 @@
239239
*>
240240
*> \param[out] IWORK
241241
*> \verbatim
242-
*> IWORK is INTEGER array.
243-
*> Dimension must be at least (7 * N).
242+
*> IWORK is INTEGER array, dimension (7*N)
244243
*> \endverbatim
245244
*>
246245
*> \param[out] INFO

SRC/slalsa.f

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,14 +227,12 @@
227227
*>
228228
*> \param[out] WORK
229229
*> \verbatim
230-
*> WORK is REAL array.
231-
*> The dimension must be at least N.
230+
*> WORK is REAL array, dimension (N)
232231
*> \endverbatim
233232
*>
234233
*> \param[out] IWORK
235234
*> \verbatim
236-
*> IWORK is INTEGER array.
237-
*> The dimension must be at least 3 * N
235+
*> IWORK is INTEGER array, dimension (3*N)
238236
*> \endverbatim
239237
*>
240238
*> \param[out] INFO

SRC/zlalsa.f

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,7 @@
232232
*>
233233
*> \param[out] IWORK
234234
*> \verbatim
235-
*> IWORK is INTEGER array.
236-
*> The dimension must be at least 3 * N
235+
*> IWORK is INTEGER array, dimension (3*N)
237236
*> \endverbatim
238237
*>
239238
*> \param[out] INFO

0 commit comments

Comments
 (0)