diff options
Diffstat (limited to 'SRC/dsyev.f')
-rw-r--r-- | SRC/dsyev.f | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/dsyev.f b/SRC/dsyev.f index 8b962c27..d30d4d0f 100644 --- a/SRC/dsyev.f +++ b/SRC/dsyev.f @@ -101,8 +101,7 @@ *> The length of the array WORK. LWORK >= max(1,3*N-1). *> For optimal efficiency, LWORK >= (NB+2)*N, *> where NB is the blocksize for DSYTRD returned by ILAENV. -*> \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 |