diff options
Diffstat (limited to 'SRC/zgeqp3.f')
-rw-r--r-- | SRC/zgeqp3.f | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/zgeqp3.f b/SRC/zgeqp3.f index a39c87a0..e98296a6 100644 --- a/SRC/zgeqp3.f +++ b/SRC/zgeqp3.f @@ -101,8 +101,7 @@ *> The dimension of the array WORK. LWORK >= N+1. *> For optimal performance LWORK >= ( N+1 )*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 |