File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments