diff options
Diffstat (limited to 'SRC/cunmrq.f')
-rw-r--r-- | SRC/cunmrq.f | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/cunmrq.f b/SRC/cunmrq.f index 0198cb80..093ae0b3 100644 --- a/SRC/cunmrq.f +++ b/SRC/cunmrq.f @@ -142,8 +142,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 |