diff options
Diffstat (limited to 'SRC/cunmrz.f')
-rw-r--r-- | SRC/cunmrz.f | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/cunmrz.f b/SRC/cunmrz.f index f2441b56..42c6e3a2 100644 --- a/SRC/cunmrz.f +++ b/SRC/cunmrz.f @@ -149,8 +149,7 @@ *> For optimum performance LWORK >= N*NB if SIDE = 'L', and *> LWORK >= M*NB if SIDE = 'R', where NB is the optimal *> blocksize. -*> \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 |