Fixed comment as for minimum required size of WORK
authorPavel Holoborodko <pavel@holoborodko.com>
Fri, 14 Oct 2016 10:09:33 +0000 (19:09 +0900)
committerGitHub <noreply@github.com>
Fri, 14 Oct 2016 10:09:33 +0000 (19:09 +0900)
SRC/dsbgvd.f

index f169c18..0381e38 100644 (file)
 *>          LWORK is INTEGER
 *>          The dimension of the array WORK.
 *>          If N <= 1,               LWORK >= 1.
-*>          If JOBZ = 'N' and N > 1, LWORK >= 3*N.
+*>          If JOBZ = 'N' and N > 1, LWORK >= 2*N.
 *>          If JOBZ = 'V' and N > 1, LWORK >= 1 + 5*N + 2*N**2.
 *>
 *>          If LWORK = -1, then a workspace query is assumed; the routine