diff options
author | julie <julielangou@users.noreply.github.com> | 2009-04-16 18:10:16 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2009-04-16 18:10:16 +0000 |
commit | be91086043cf7661e6c6de1715895e5a48e0e74e (patch) | |
tree | 03aa2dfc3ed8c705aecc14044d1ad91cae3c2e0e /SRC/csysvxx.f | |
parent | cd6bf778913fc535e5a0ecb79eeaf4a1ad88b291 (diff) | |
download | lapack-be91086043cf7661e6c6de1715895e5a48e0e74e.tar.gz lapack-be91086043cf7661e6c6de1715895e5a48e0e74e.tar.bz2 lapack-be91086043cf7661e6c6de1715895e5a48e0e74e.zip |
Big commit before 3.2.1 release.
Those are just cosmetic changes to update version number and various other minor change.
Diffstat (limited to 'SRC/csysvxx.f')
-rw-r--r-- | SRC/csysvxx.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/csysvxx.f b/SRC/csysvxx.f index ae76d119..7693b882 100644 --- a/SRC/csysvxx.f +++ b/SRC/csysvxx.f @@ -3,10 +3,10 @@ $ N_ERR_BNDS, ERR_BNDS_NORM, ERR_BNDS_COMP, $ NPARAMS, PARAMS, WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.2) -- +* -- LAPACK driver routine (version 3.2.1) -- * -- Contributed by James Demmel, Deaglan Halligan, Yozo Hida and -- * -- Jason Riedy of Univ. of California Berkeley. -- -* -- November 2008 -- +* -- April 2009 -- * * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley and NAG Ltd. -- |