aboutsummaryrefslogtreecommitdiff
path: root/SRC/cppsvx.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-04-13 16:30:39 +0000
committerjulie <julielangou@users.noreply.github.com>2011-04-13 16:30:39 +0000
commitdd795d29031bc54a8c42ac9dce882642825a4faf (patch)
treead4e87c67a614fef49e71f3171fe973ba121ac5f /SRC/cppsvx.f
parent16973f0c15a4327f8a78b9652f178246895778c1 (diff)
Upadte header for the modified routine for the 3.3.1 release
Diffstat (limited to 'SRC/cppsvx.f')
-rw-r--r--SRC/cppsvx.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/cppsvx.f b/SRC/cppsvx.f
index 8165703d..01826dfb 100644
--- a/SRC/cppsvx.f
+++ b/SRC/cppsvx.f
@@ -1,10 +1,10 @@
SUBROUTINE CPPSVX( FACT, UPLO, N, NRHS, AP, AFP, EQUED, S, B, LDB,
$ X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO )
*
-* -- LAPACK driver routine (version 3.2) --
+* -- LAPACK driver 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..--
-* November 2006
+* -- April 2011 --
*
* .. Scalar Arguments ..
CHARACTER EQUED, FACT, UPLO