File tree 4 files changed +7
-19
lines changed
4 files changed +7
-19
lines changed Original file line number Diff line number Diff line change 292
292
* > \par Internal Parameters:
293
293
* =========================
294
294
* >
295
- * > \param[out] W
296
295
* > \verbatim
297
- * > W is REAL
296
+ * > W REAL
298
297
* > W is a radix power chosen such that the Frobenius norm of A
299
298
* > and W*B are with SQRT(RADIX) and 1/SQRT(RADIX) of each
300
299
* > other.
301
- * > \endverbatim
302
300
* >
303
- * > \verbatim
304
301
* > TOL REAL
305
302
* > Let G = (A**H,B**H)**H. TOL is the threshold to determine
306
303
* > the effective rank of G. Generally, it is set to
328
325
* > \par Further Details:
329
326
* =====================
330
327
* >
331
- * > CGGQRCS should be significantly faster than DGGSVD3 for large
328
+ * > CGGQRCS should be significantly faster than CGGSVD3 for large
332
329
* > matrices because the matrices A and B are reduced to a pair of
333
330
* > well-conditioned bidiagonal matrices instead of pairs of upper
334
331
* > triangular matrices. On the downside, CGGQRCS requires a much larger
Original file line number Diff line number Diff line change 275
275
* > \par Internal Parameters:
276
276
* =========================
277
277
* >
278
- * > \param[out] W
279
278
* > \verbatim
280
- * > W is DOUBLE PRECISION
279
+ * > W DOUBLE PRECISION
281
280
* > W is a radix power chosen such that the Frobenius norm of A
282
281
* > and W*B are with SQRT(RADIX) and 1/SQRT(RADIX) of each
283
282
* > other.
284
- * > \endverbatim
285
283
* >
286
- * > \verbatim
287
284
* > TOL DOUBLE PRECISION
288
285
* > Let G = (A**T,B**T)**T. TOL is the threshold to determine
289
286
* > the effective rank of G. Generally, it is set to
Original file line number Diff line number Diff line change 275
275
* > \par Internal Parameters:
276
276
* =========================
277
277
* >
278
- * > \param[out] W
279
278
* > \verbatim
280
- * > W is REAL
279
+ * > W REAL
281
280
* > W is a radix power chosen such that the Frobenius norm of A
282
281
* > and W*B are with SQRT(RADIX) and 1/SQRT(RADIX) of each
283
282
* > other.
284
- * > \endverbatim
285
283
* >
286
- * > \verbatim
287
284
* > TOL REAL
288
285
* > Let G = (A**T,B**T)**T. TOL is the threshold to determine
289
286
* > the effective rank of G. Generally, it is set to
311
308
* > \par Further Details:
312
309
* =====================
313
310
* >
314
- * > SGGQRCS should be significantly faster than DGGSVD3 for large
311
+ * > SGGQRCS should be significantly faster than SGGSVD3 for large
315
312
* > matrices because the matrices A and B are reduced to a pair of
316
313
* > well-conditioned bidiagonal matrices instead of pairs of upper
317
314
* > triangular matrices. On the downside, SGGQRCS requires a much larger
Original file line number Diff line number Diff line change 292
292
* > \par Internal Parameters:
293
293
* =========================
294
294
* >
295
- * > \param[out] W
296
295
* > \verbatim
297
- * > W is DOUBLE PRECISION
296
+ * > W DOUBLE PRECISION
298
297
* > W is a radix power chosen such that the Frobenius norm of A
299
298
* > and W*B are with SQRT(RADIX) and 1/SQRT(RADIX) of each
300
299
* > other.
301
- * > \endverbatim
302
300
* >
303
- * > \verbatim
304
301
* > TOL DOUBLE PRECISION
305
302
* > Let G = (A**H,B**H)**H. TOL is the threshold to determine
306
303
* > the effective rank of G. Generally, it is set to
328
325
* > \par Further Details:
329
326
* =====================
330
327
* >
331
- * > ZGGQRCS should be significantly faster than DGGSVD3 for large
328
+ * > ZGGQRCS should be significantly faster than ZGGSVD3 for large
332
329
* > matrices because the matrices A and B are reduced to a pair of
333
330
* > well-conditioned bidiagonal matrices instead of pairs of upper
334
331
* > triangular matrices. On the downside, ZGGQRCS requires a much larger
You can’t perform that action at this time.
0 commit comments