summaryrefslogtreecommitdiff
path: root/SRC/sgebrd.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/sgebrd.f')
-rw-r--r--SRC/sgebrd.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/sgebrd.f b/SRC/sgebrd.f
index 2666c233..d7832ea2 100644
--- a/SRC/sgebrd.f
+++ b/SRC/sgebrd.f
@@ -147,7 +147,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date December 2016
+*> \date June 2017
*
*> \ingroup realGEcomputational
*
@@ -205,10 +205,10 @@
SUBROUTINE SGEBRD( M, N, A, LDA, D, E, TAUQ, TAUP, WORK, LWORK,
$ INFO )
*
-* -- 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 ..
INTEGER INFO, LDA, LWORK, M, N