summaryrefslogtreecommitdiff
path: root/BLAS
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2012-04-13 18:22:32 +0000
committerjulie <julielangou@users.noreply.github.com>2012-04-13 18:22:32 +0000
commitf0b200da5b5bd3233a2d0da2dc1a8d651a66aaba (patch)
tree4c6ab87104b2510aa3f33c6f7f0a34b47032d574 /BLAS
parentac815691de2ed885789fead93fb4938f86a56cf5 (diff)
downloadlapack-f0b200da5b5bd3233a2d0da2dc1a8d651a66aaba.tar.gz
lapack-f0b200da5b5bd3233a2d0da2dc1a8d651a66aaba.tar.bz2
lapack-f0b200da5b5bd3233a2d0da2dc1a8d651a66aaba.zip
Update version number
Diffstat (limited to 'BLAS')
-rw-r--r--BLAS/TESTING/cblat1.f6
-rw-r--r--BLAS/TESTING/cblat2.f6
-rw-r--r--BLAS/TESTING/cblat3.f6
-rw-r--r--BLAS/TESTING/dblat1.f6
-rw-r--r--BLAS/TESTING/dblat2.f6
-rw-r--r--BLAS/TESTING/dblat3.f6
-rw-r--r--BLAS/TESTING/sblat1.f6
-rw-r--r--BLAS/TESTING/sblat2.f6
-rw-r--r--BLAS/TESTING/sblat3.f6
-rw-r--r--BLAS/TESTING/zblat1.f6
-rw-r--r--BLAS/TESTING/zblat2.f6
-rw-r--r--BLAS/TESTING/zblat3.f6
12 files changed, 36 insertions, 36 deletions
diff --git a/BLAS/TESTING/cblat1.f b/BLAS/TESTING/cblat1.f
index 88db1e68..8ca67fb1 100644
--- a/BLAS/TESTING/cblat1.f
+++ b/BLAS/TESTING/cblat1.f
@@ -30,17 +30,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date April 2012
*
*> \ingroup complex_blas_testing
*
* =====================================================================
PROGRAM CBLAT1
*
-* -- Reference BLAS test routine (version 3.4.0) --
+* -- Reference BLAS test routine (version 3.4.1) --
* -- Reference BLAS is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* April 2012
*
* =====================================================================
*
diff --git a/BLAS/TESTING/cblat2.f b/BLAS/TESTING/cblat2.f
index db6498da..5833ea81 100644
--- a/BLAS/TESTING/cblat2.f
+++ b/BLAS/TESTING/cblat2.f
@@ -96,17 +96,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date April 2012
*
*> \ingroup complex_blas_testing
*
* =====================================================================
PROGRAM CBLAT2
*
-* -- Reference BLAS test routine (version 3.4.0) --
+* -- Reference BLAS test routine (version 3.4.1) --
* -- Reference BLAS is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* April 2012
*
* =====================================================================
*
diff --git a/BLAS/TESTING/cblat3.f b/BLAS/TESTING/cblat3.f
index 493940ef..09f2cb9c 100644
--- a/BLAS/TESTING/cblat3.f
+++ b/BLAS/TESTING/cblat3.f
@@ -78,17 +78,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date April 2012
*
*> \ingroup complex_blas_testing
*
* =====================================================================
PROGRAM CBLAT3
*
-* -- Reference BLAS test routine (version 3.4.0) --
+* -- Reference BLAS test routine (version 3.4.1) --
* -- Reference BLAS is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* April 2012
*
* =====================================================================
*
diff --git a/BLAS/TESTING/dblat1.f b/BLAS/TESTING/dblat1.f
index 0294d91e..30691f9b 100644
--- a/BLAS/TESTING/dblat1.f
+++ b/BLAS/TESTING/dblat1.f
@@ -30,17 +30,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date April 2012
*
*> \ingroup double_blas_testing
*
* =====================================================================
PROGRAM DBLAT1
*
-* -- Reference BLAS test routine (version 3.4.0) --
+* -- Reference BLAS test routine (version 3.4.1) --
* -- Reference BLAS is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* April 2012
*
* =====================================================================
*
diff --git a/BLAS/TESTING/dblat2.f b/BLAS/TESTING/dblat2.f
index 57ae3dc4..0fa80afa 100644
--- a/BLAS/TESTING/dblat2.f
+++ b/BLAS/TESTING/dblat2.f
@@ -95,17 +95,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date April 2012
*
*> \ingroup double_blas_testing
*
* =====================================================================
PROGRAM DBLAT2
*
-* -- Reference BLAS test routine (version 3.4.0) --
+* -- Reference BLAS test routine (version 3.4.1) --
* -- Reference BLAS is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* April 2012
*
* =====================================================================
*
diff --git a/BLAS/TESTING/dblat3.f b/BLAS/TESTING/dblat3.f
index b6fd9fd9..8d37c745 100644
--- a/BLAS/TESTING/dblat3.f
+++ b/BLAS/TESTING/dblat3.f
@@ -75,17 +75,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date April 2012
*
*> \ingroup double_blas_testing
*
* =====================================================================
PROGRAM DBLAT3
*
-* -- Reference BLAS test routine (version 3.4.0) --
+* -- Reference BLAS test routine (version 3.4.1) --
* -- Reference BLAS is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* April 2012
*
* =====================================================================
*
diff --git a/BLAS/TESTING/sblat1.f b/BLAS/TESTING/sblat1.f
index b78e10af..6657c269 100644
--- a/BLAS/TESTING/sblat1.f
+++ b/BLAS/TESTING/sblat1.f
@@ -30,17 +30,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date April 2012
*
*> \ingroup single_blas_testing
*
* =====================================================================
PROGRAM SBLAT1
*
-* -- Reference BLAS test routine (version 3.4.0) --
+* -- Reference BLAS test routine (version 3.4.1) --
* -- Reference BLAS is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* April 2012
*
* =====================================================================
*
diff --git a/BLAS/TESTING/sblat2.f b/BLAS/TESTING/sblat2.f
index 6094b09f..71605ed3 100644
--- a/BLAS/TESTING/sblat2.f
+++ b/BLAS/TESTING/sblat2.f
@@ -95,17 +95,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date April 2012
*
*> \ingroup single_blas_testing
*
* =====================================================================
PROGRAM SBLAT2
*
-* -- Reference BLAS test routine (version 3.4.0) --
+* -- Reference BLAS test routine (version 3.4.1) --
* -- Reference BLAS is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* April 2012
*
* =====================================================================
*
diff --git a/BLAS/TESTING/sblat3.f b/BLAS/TESTING/sblat3.f
index 1d7e8efc..87926963 100644
--- a/BLAS/TESTING/sblat3.f
+++ b/BLAS/TESTING/sblat3.f
@@ -75,17 +75,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date April 2012
*
*> \ingroup single_blas_testing
*
* =====================================================================
PROGRAM SBLAT3
*
-* -- Reference BLAS test routine (version 3.4.0) --
+* -- Reference BLAS test routine (version 3.4.1) --
* -- Reference BLAS is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* April 2012
*
* =====================================================================
*
diff --git a/BLAS/TESTING/zblat1.f b/BLAS/TESTING/zblat1.f
index 36419cae..d30112c6 100644
--- a/BLAS/TESTING/zblat1.f
+++ b/BLAS/TESTING/zblat1.f
@@ -30,17 +30,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date April 2012
*
*> \ingroup complex16_blas_testing
*
* =====================================================================
PROGRAM ZBLAT1
*
-* -- Reference BLAS test routine (version 3.4.0) --
+* -- Reference BLAS test routine (version 3.4.1) --
* -- Reference BLAS is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* April 2012
*
* =====================================================================
*
diff --git a/BLAS/TESTING/zblat2.f b/BLAS/TESTING/zblat2.f
index 6133812c..53129a11 100644
--- a/BLAS/TESTING/zblat2.f
+++ b/BLAS/TESTING/zblat2.f
@@ -96,17 +96,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date April 2012
*
*> \ingroup complex16_blas_testing
*
* =====================================================================
PROGRAM ZBLAT2
*
-* -- Reference BLAS test routine (version 3.4.0) --
+* -- Reference BLAS test routine (version 3.4.1) --
* -- Reference BLAS is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* April 2012
*
* =====================================================================
*
diff --git a/BLAS/TESTING/zblat3.f b/BLAS/TESTING/zblat3.f
index 44cdac7e..59ca2414 100644
--- a/BLAS/TESTING/zblat3.f
+++ b/BLAS/TESTING/zblat3.f
@@ -79,17 +79,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date April 2012
*
*> \ingroup complex16_blas_testing
*
* =====================================================================
PROGRAM ZBLAT3
*
-* -- Reference BLAS test routine (version 3.4.0) --
+* -- Reference BLAS test routine (version 3.4.1) --
* -- Reference BLAS is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* April 2012
*
* =====================================================================
*