diff options
Diffstat (limited to 'SRC/dgglse.f')
-rw-r--r-- | SRC/dgglse.f | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/dgglse.f b/SRC/dgglse.f index 908f7a5d..0f5ac04b 100644 --- a/SRC/dgglse.f +++ b/SRC/dgglse.f @@ -141,8 +141,7 @@ *> For optimum performance LWORK >= P+min(M,N)+max(M,N)*NB, *> where NB is an upper bound for the optimal blocksizes for *> DGEQRF, SGERQF, DORMQR and SORMRQ. -*> \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 |