diff options
author | julie <julielangou@users.noreply.github.com> | 2010-06-23 17:25:30 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2010-06-23 17:25:30 +0000 |
commit | ef920e099dd173ef2fe241cbc452530bd4e0a06e (patch) | |
tree | 871aa041aad7f2820dbfc927ee6fdded7d963387 /SRC/dgsvj1.f | |
parent | 9d2ac5bb4d35890a66f0eaa48935de14366c8c9c (diff) | |
download | lapack-ef920e099dd173ef2fe241cbc452530bd4e0a06e.tar.gz lapack-ef920e099dd173ef2fe241cbc452530bd4e0a06e.tar.bz2 lapack-ef920e099dd173ef2fe241cbc452530bd4e0a06e.zip |
Update date and version for 3.2.2 release
Diffstat (limited to 'SRC/dgsvj1.f')
-rw-r--r-- | SRC/dgsvj1.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/dgsvj1.f b/SRC/dgsvj1.f index 5d49148a..b8794a28 100644 --- a/SRC/dgsvj1.f +++ b/SRC/dgsvj1.f @@ -1,11 +1,11 @@ SUBROUTINE DGSVJ1( JOBV, M, N, N1, A, LDA, D, SVA, MV, V, LDV, + EPS, SFMIN, TOL, NSWEEP, WORK, LWORK, INFO ) * -* -- LAPACK routine (version 3.2.1) -- +* -- LAPACK routine (version 3.2.2) -- * * -- Contributed by Zlatko Drmac of the University of Zagreb and -- * -- Kresimir Veselic of the Fernuniversitaet Hagen -- -* -- April 2009 -- +* -- June 2010 -- * * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- |