summaryrefslogtreecommitdiff
path: root/SRC/slaqps.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2010-06-23 17:25:30 +0000
committerjulie <julielangou@users.noreply.github.com>2010-06-23 17:25:30 +0000
commitef920e099dd173ef2fe241cbc452530bd4e0a06e (patch)
tree871aa041aad7f2820dbfc927ee6fdded7d963387 /SRC/slaqps.f
parent9d2ac5bb4d35890a66f0eaa48935de14366c8c9c (diff)
downloadlapack-ef920e099dd173ef2fe241cbc452530bd4e0a06e.tar.gz
lapack-ef920e099dd173ef2fe241cbc452530bd4e0a06e.tar.bz2
lapack-ef920e099dd173ef2fe241cbc452530bd4e0a06e.zip
Update date and version for 3.2.2 release
Diffstat (limited to 'SRC/slaqps.f')
-rw-r--r--SRC/slaqps.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/slaqps.f b/SRC/slaqps.f
index 343e16d6..f251cabc 100644
--- a/SRC/slaqps.f
+++ b/SRC/slaqps.f
@@ -1,10 +1,10 @@
SUBROUTINE SLAQPS( M, N, OFFSET, NB, KB, A, LDA, JPVT, TAU, VN1,
$ VN2, AUXV, F, LDF )
*
-* -- LAPACK auxiliary routine (version 3.2) --
+* -- LAPACK auxiliary routine (version 3.2.2) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2006
+* June 2010
*
* .. Scalar Arguments ..
INTEGER KB, LDA, LDF, M, N, NB, OFFSET
@@ -91,7 +91,7 @@
* Partial column norm updating strategy modified by
* Z. Drmac and Z. Bujanovic, Dept. of Mathematics,
* University of Zagreb, Croatia.
-* June 2006.
+* June 2010
* For more details see LAPACK Working Note 176.
* =====================================================================
*