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.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/zla_geamv.f b/SRC/zla_geamv.f
index ffcf6890..221e0c3f 100644
--- a/SRC/zla_geamv.f
+++ b/SRC/zla_geamv.f
@@ -167,7 +167,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date December 2016
+*> \date June 2017
*
*> \ingroup complex16GEcomputational
*
@@ -175,10 +175,10 @@
SUBROUTINE ZLA_GEAMV ( TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA,
$ Y, INCY )
*
-* -- LAPACK computational routine (version 3.7.0) --
+* -- LAPACK computational routine (version 3.7.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* December 2016
+* June 2017
*
* .. Scalar Arguments ..
DOUBLE PRECISION ALPHA, BETA