aboutsummaryrefslogtreecommitdiff
path: root/SRC/claqp2.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-04-13 16:30:39 +0000
committerjulie <julielangou@users.noreply.github.com>2011-04-13 16:30:39 +0000
commitdd795d29031bc54a8c42ac9dce882642825a4faf (patch)
treead4e87c67a614fef49e71f3171fe973ba121ac5f /SRC/claqp2.f
parent16973f0c15a4327f8a78b9652f178246895778c1 (diff)
Upadte header for the modified routine for the 3.3.1 release
Diffstat (limited to 'SRC/claqp2.f')
-rw-r--r--SRC/claqp2.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/claqp2.f b/SRC/claqp2.f
index 61ec1bfe..da2e7722 100644
--- a/SRC/claqp2.f
+++ b/SRC/claqp2.f
@@ -1,10 +1,10 @@
SUBROUTINE CLAQP2( M, N, OFFSET, A, LDA, JPVT, TAU, VN1, VN2,
$ WORK )
*
-* -- LAPACK auxiliary routine (version 3.2.2) --
+* -- LAPACK auxiliary routine (version 3.3.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* June 2010
+* -- April 2011 --
*
* .. Scalar Arguments ..
INTEGER LDA, M, N, OFFSET
@@ -75,7 +75,7 @@
* Partial column norm updating strategy modified by
* Z. Drmac and Z. Bujanovic, Dept. of Mathematics,
* University of Zagreb, Croatia.
-* June 2010
+* -- April 2011 --
* For more details see LAPACK Working Note 176.
* =====================================================================
*