File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 322
322
* >
323
323
* > \param[out] RWORK
324
324
* > \verbatim
325
- * > RWORK is REAL array, dimension (N )
325
+ * > RWORK is REAL array, dimension (MAX(1,N) )
326
326
* > On exit, RWORK(1) contains the reciprocal pivot growth
327
327
* > factor norm(A)/norm(U). The "max absolute element" norm is
328
328
* > used. If RWORK(1) is much less than 1, then the stability
Original file line number Diff line number Diff line change 302
302
* >
303
303
* > \param[out] RWORK
304
304
* > \verbatim
305
- * > RWORK is REAL array, dimension (2*N)
305
+ * > RWORK is REAL array, dimension (MAX(1, 2*N) )
306
306
* > On exit, RWORK(1) contains the reciprocal pivot growth
307
307
* > factor norm(A)/norm(U). The "max absolute element" norm is
308
308
* > used. If RWORK(1) is much less than 1, then the stability
Original file line number Diff line number Diff line change 316
316
* >
317
317
* > \param[out] WORK
318
318
* > \verbatim
319
- * > WORK is DOUBLE PRECISION array, dimension (3*N)
319
+ * > WORK is DOUBLE PRECISION array, dimension (MAX(1, 3*N) )
320
320
* > On exit, WORK(1) contains the reciprocal pivot growth
321
321
* > factor norm(A)/norm(U). The "max absolute element" norm is
322
322
* > used. If WORK(1) is much less than 1, then the stability
Original file line number Diff line number Diff line change 362
362
* >
363
363
* > \param[out] IWORK
364
364
* > \verbatim
365
- * > IWORK is INTEGER array, dimension (M+3*N).
365
+ * > IWORK is INTEGER array, dimension (MAX(3, M+3*N) ).
366
366
* > On exit,
367
367
* > IWORK(1) = the numerical rank determined after the initial
368
368
* > QR factorization with pivoting. See the descriptions
Original file line number Diff line number Diff line change 296
296
* >
297
297
* > \param[out] WORK
298
298
* > \verbatim
299
- * > WORK is DOUBLE PRECISION array, dimension (4*N)
299
+ * > WORK is DOUBLE PRECISION array, dimension (MAX(1, 4*N) )
300
300
* > On exit, WORK(1) contains the reciprocal pivot growth
301
301
* > factor norm(A)/norm(U). The "max absolute element" norm is
302
302
* > used. If WORK(1) is much less than 1, then the stability
Original file line number Diff line number Diff line change 316
316
* >
317
317
* > \param[out] WORK
318
318
* > \verbatim
319
- * > WORK is REAL array, dimension (3*N)
319
+ * > WORK is REAL array, dimension (MAX(1, 3*N) )
320
320
* > On exit, WORK(1) contains the reciprocal pivot growth
321
321
* > factor norm(A)/norm(U). The "max absolute element" norm is
322
322
* > used. If WORK(1) is much less than 1, then the stability
Original file line number Diff line number Diff line change 296
296
* >
297
297
* > \param[out] WORK
298
298
* > \verbatim
299
- * > WORK is REAL array, dimension (4*N)
299
+ * > WORK is REAL array, dimension (MAX(1, 4*N) )
300
300
* > On exit, WORK(1) contains the reciprocal pivot growth
301
301
* > factor norm(A)/norm(U). The "max absolute element" norm is
302
302
* > used. If WORK(1) is much less than 1, then the stability
Original file line number Diff line number Diff line change 322
322
* >
323
323
* > \param[out] RWORK
324
324
* > \verbatim
325
- * > RWORK is DOUBLE PRECISION array, dimension (N )
325
+ * > RWORK is DOUBLE PRECISION array, dimension (MAX(1,N) )
326
326
* > On exit, RWORK(1) contains the reciprocal pivot growth
327
327
* > factor norm(A)/norm(U). The "max absolute element" norm is
328
328
* > used. If RWORK(1) is much less than 1, then the stability
Original file line number Diff line number Diff line change 302
302
* >
303
303
* > \param[out] RWORK
304
304
* > \verbatim
305
- * > RWORK is DOUBLE PRECISION array, dimension (2*N)
305
+ * > RWORK is DOUBLE PRECISION array, dimension (MAX(1, 2*N) )
306
306
* > On exit, RWORK(1) contains the reciprocal pivot growth
307
307
* > factor norm(A)/norm(U). The "max absolute element" norm is
308
308
* > used. If RWORK(1) is much less than 1, then the stability
You can’t perform that action at this time.
0 commit comments