summaryrefslogtreecommitdiff
path: root/SRC/cgeqr2.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/cgeqr2.f')
-rw-r--r--SRC/cgeqr2.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/cgeqr2.f b/SRC/cgeqr2.f
index cc401be3..178c0d02 100644
--- a/SRC/cgeqr2.f
+++ b/SRC/cgeqr2.f
@@ -96,7 +96,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date August 2012
*
*> \ingroup complexGEcomputational
*
@@ -121,10 +121,10 @@
* =====================================================================
SUBROUTINE CGEQR2( M, N, A, LDA, TAU, WORK, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.4.2) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* August 2012
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, M, N