diff options
Diffstat (limited to 'SRC/dspcon.f')
-rw-r--r-- | SRC/dspcon.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/dspcon.f b/SRC/dspcon.f index f145711f..1fab988e 100644 --- a/SRC/dspcon.f +++ b/SRC/dspcon.f @@ -1,10 +1,10 @@ SUBROUTINE DSPCON( UPLO, N, AP, IPIV, ANORM, RCOND, WORK, IWORK, $ INFO ) * -* -- LAPACK routine (version 3.2.2) -- +* -- LAPACK routine (version 3.3.1) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2010 +* -- April 2011 -- * * Modified to call DLACN2 in place of DLACON, 5 Feb 03, SJH. * |