aboutsummaryrefslogtreecommitdiff
path: root/SRC/dgeqlf.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dgeqlf.f')
-rw-r--r--SRC/dgeqlf.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/dgeqlf.f b/SRC/dgeqlf.f
index 12b83955..e8c3f8e5 100644
--- a/SRC/dgeqlf.f
+++ b/SRC/dgeqlf.f
@@ -113,7 +113,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date December 2016
*
*> \ingroup doubleGEcomputational
*
@@ -138,10 +138,10 @@
* =====================================================================
SUBROUTINE DGEQLF( M, N, A, LDA, TAU, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.7.0) --
* -- LAPACK 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 INFO, LDA, LWORK, M, N