Skip to content

Commit 44d1b70

Browse files
committed
xGEJSV, xGESVJ; parameter comment: declare WORK with dimension LWORK
1 parent 1b029a0 commit 44d1b70

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

SRC/dgejsv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
*>
272272
*> \param[out] WORK
273273
*> \verbatim
274-
*> WORK is DOUBLE PRECISION array, dimension at least LWORK.
274+
*> WORK is DOUBLE PRECISION array, dimension (LWORK)
275275
*> On exit, if N.GT.0 .AND. M.GT.0 (else not referenced),
276276
*> WORK(1) = SCALE = WORK(2) / WORK(1) is the scaling factor such
277277
*> that SCALE*SVA(1:N) are the computed singular values

SRC/dgesvj.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
*>
209209
*> \param[in,out] WORK
210210
*> \verbatim
211-
*> WORK is DOUBLE PRECISION array, dimension (max(6,M+N))
211+
*> WORK is DOUBLE PRECISION array, dimension (LWORK)
212212
*> On entry :
213213
*> If JOBU .EQ. 'C' :
214214
*> WORK(1) = CTOL, where CTOL defines the threshold for convergence.

SRC/sgejsv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
*>
272272
*> \param[out] WORK
273273
*> \verbatim
274-
*> WORK is REAL array, dimension at least LWORK.
274+
*> WORK is REAL array, dimension (LWORK)
275275
*> On exit,
276276
*> WORK(1) = SCALE = WORK(2) / WORK(1) is the scaling factor such
277277
*> that SCALE*SVA(1:N) are the computed singular values

SRC/sgesvj.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
*>
209209
*> \param[in,out] WORK
210210
*> \verbatim
211-
*> WORK is REAL array, dimension (max(6,M+N))
211+
*> WORK is REAL array, dimension (LWORK)
212212
*> On entry,
213213
*> If JOBU .EQ. 'C' :
214214
*> WORK(1) = CTOL, where CTOL defines the threshold for convergence.

0 commit comments

Comments
 (0)