aboutsummaryrefslogtreecommitdiff
path: root/SRC/dgsvj0.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2010-06-23 17:25:30 +0000
committerjulie <julielangou@users.noreply.github.com>2010-06-23 17:25:30 +0000
commitef920e099dd173ef2fe241cbc452530bd4e0a06e (patch)
tree871aa041aad7f2820dbfc927ee6fdded7d963387 /SRC/dgsvj0.f
parent9d2ac5bb4d35890a66f0eaa48935de14366c8c9c (diff)
Update date and version for 3.2.2 release
Diffstat (limited to 'SRC/dgsvj0.f')
-rw-r--r--SRC/dgsvj0.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/dgsvj0.f b/SRC/dgsvj0.f
index 6cf17674..2df0181c 100644
--- a/SRC/dgsvj0.f
+++ b/SRC/dgsvj0.f
@@ -1,11 +1,11 @@
SUBROUTINE DGSVJ0( JOBV, M, N, 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..--