diff options
Diffstat (limited to 'SRC/cheev.f')
-rw-r--r-- | SRC/cheev.f | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/cheev.f b/SRC/cheev.f index 03d4436d..fc702c1f 100644 --- a/SRC/cheev.f +++ b/SRC/cheev.f @@ -103,8 +103,7 @@ *> The length of the array WORK. LWORK >= max(1,2*N-1). *> For optimal efficiency, LWORK >= (NB+1)*N, *> where NB is the blocksize for CHETRD 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 |