diff options
Diffstat (limited to 'SRC/zgeev.f')
-rw-r--r-- | SRC/zgeev.f | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/zgeev.f b/SRC/zgeev.f index c0466f6b..73f1b27a 100644 --- a/SRC/zgeev.f +++ b/SRC/zgeev.f @@ -139,8 +139,7 @@ *> LWORK is INTEGER *> The dimension of the array WORK. LWORK >= max(1,2*N). *> For good performance, LWORK must generally be larger. -*> \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 |