diff options
Diffstat (limited to 'SRC/dorgbr.f')
-rw-r--r-- | SRC/dorgbr.f | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/dorgbr.f b/SRC/dorgbr.f index f92e0545..c65bc073 100644 --- a/SRC/dorgbr.f +++ b/SRC/dorgbr.f @@ -129,8 +129,7 @@ *> The dimension of the array WORK. LWORK >= max(1,min(M,N)). *> For optimum performance LWORK >= min(M,N)*NB, 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 |