summaryrefslogtreecommitdiff
path: root/SRC/zla_geamv.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zla_geamv.f')
-rw-r--r--SRC/zla_geamv.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/zla_geamv.f b/SRC/zla_geamv.f
index add41629..791c6b37 100644
--- a/SRC/zla_geamv.f
+++ b/SRC/zla_geamv.f
@@ -1,7 +1,7 @@
SUBROUTINE ZLA_GEAMV ( TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA,
$ Y, INCY )
*
-* -- LAPACK routine (version 3.2.2) --
+* -- LAPACK routine (version 3.3.1) --
* -- Contributed by James Demmel, Deaglan Halligan, Yozo Hida and --
* -- Jason Riedy of Univ. of California Berkeley. --
* -- June 2010 --