diff options
Diffstat (limited to 'SRC/sgesvj.f')
-rw-r--r-- | SRC/sgesvj.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/sgesvj.f b/SRC/sgesvj.f index 197c4038..40cd859b 100644 --- a/SRC/sgesvj.f +++ b/SRC/sgesvj.f @@ -1,11 +1,11 @@ SUBROUTINE SGESVJ( JOBA, JOBU, JOBV, M, N, A, LDA, SVA, MV, V, + LDV, WORK, LWORK, INFO ) * -* -- LAPACK routine (version 3.2) -- +* -- LAPACK routine (version 3.2.1) -- * * -- Contributed by Zlatko Drmac of the University of Zagreb and -- * -- Kresimir Veselic of the Fernuniversitaet Hagen -- -* -- November 2008 -- +* -- April 2009 -- * * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- |