aboutsummaryrefslogtreecommitdiff
path: root/BLAS/SRC/ctpmv.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/ctpmv.f')
-rw-r--r--BLAS/SRC/ctpmv.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/BLAS/SRC/ctpmv.f b/BLAS/SRC/ctpmv.f
index ca34ebba..4582acc9 100644
--- a/BLAS/SRC/ctpmv.f
+++ b/BLAS/SRC/ctpmv.f
@@ -120,7 +120,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date December 2016
*
*> \ingroup complex_blas_level2
*
@@ -142,10 +142,10 @@
* =====================================================================
SUBROUTINE CTPMV(UPLO,TRANS,DIAG,N,AP,X,INCX)
*
-* -- Reference BLAS level2 routine (version 3.4.0) --
+* -- Reference BLAS level2 routine (version 3.7.0) --
* -- Reference BLAS is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* December 2016
*
* .. Scalar Arguments ..
INTEGER INCX,N