diff options
Diffstat (limited to 'SRC/dorcsd.f')
-rw-r--r-- | SRC/dorcsd.f | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/SRC/dorcsd.f b/SRC/dorcsd.f index 8916fb40..1345bbbb 100644 --- a/SRC/dorcsd.f +++ b/SRC/dorcsd.f @@ -255,8 +255,7 @@ *> \verbatim *> LWORK is INTEGER *> The dimension of the array WORK. -*> \endverbatim -*> \verbatim +*> *> If LWORK = -1, then a workspace query is assumed; the routine *> only calculates the optimal size of the WORK array, returns *> this value as the first entry of the work array, and no error @@ -275,12 +274,10 @@ *> < 0: if INFO = -i, the i-th argument had an illegal value. *> > 0: DBBCSD did not converge. See the description of WORK *> above for details. -*> \endverbatim -*> \verbatim +*> *> Reference *> ========= -*> \endverbatim -*> \verbatim +*> *> [1] Brian D. Sutton. Computing the complete CS decomposition. Numer. *> Algorithms, 50(1):33-65, 2009. *> \endverbatim |