summaryrefslogtreecommitdiff
path: root/BLAS/SRC/sgbmv.f
diff options
context:
space:
mode:
authorJulie <julie@cs.utk.edu>2016-12-23 15:01:32 -0800
committerJulie <julie@cs.utk.edu>2016-12-23 15:01:32 -0800
commitbc6a755be443e3e203dcf3a479b0997e81de9c43 (patch)
treee8e80f65c7511094f7920cc69d1f7413db5235ef /BLAS/SRC/sgbmv.f
parent96ea435363f33f406a8b3db5dd6d700890186f66 (diff)
downloadlapack-bc6a755be443e3e203dcf3a479b0997e81de9c43.tar.gz
lapack-bc6a755be443e3e203dcf3a479b0997e81de9c43.tar.bz2
lapack-bc6a755be443e3e203dcf3a479b0997e81de9c43.zip
Updating version number on source file modified since 3.6.1
This is really old school, but a lot of times we have users sending us copy pasting of codes, and that is the only way to know the version of the code.
Diffstat (limited to 'BLAS/SRC/sgbmv.f')
-rw-r--r--BLAS/SRC/sgbmv.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/BLAS/SRC/sgbmv.f b/BLAS/SRC/sgbmv.f
index fa13b7a3..92896324 100644
--- a/BLAS/SRC/sgbmv.f
+++ b/BLAS/SRC/sgbmv.f
@@ -163,7 +163,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date December 2016
*
*> \ingroup single_blas_level2
*
@@ -185,10 +185,10 @@
* =====================================================================
SUBROUTINE SGBMV(TRANS,M,N,KL,KU,ALPHA,A,LDA,X,INCX,BETA,Y,INCY)
*
-* -- Reference BLAS level2 routine (version 3.6.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 2015
+* December 2016
*
* .. Scalar Arguments ..
REAL ALPHA,BETA