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