From f4b116ab5f7922cbe9d2452fa28c27aa5c6542a2 Mon Sep 17 00:00:00 2001 From: Pavel Holoborodko Date: Fri, 14 Oct 2016 19:09:33 +0900 Subject: [PATCH] Fixed comment as for minimum required size of WORK --- SRC/dsbgvd.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRC/dsbgvd.f b/SRC/dsbgvd.f index f169c18..0381e38 100644 --- a/SRC/dsbgvd.f +++ b/SRC/dsbgvd.f @@ -161,7 +161,7 @@ *> 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 -- 2.7.4