--- rpl/lapack/lapack/dgeqpf.f 2010/12/21 13:53:25 1.8 +++ rpl/lapack/lapack/dgeqpf.f 2011/07/22 07:38:05 1.9 @@ -1,9 +1,9 @@ SUBROUTINE DGEQPF( M, N, A, LDA, JPVT, TAU, WORK, INFO ) * -* -- LAPACK deprecated computational routine (version 3.2.2) -- +* -- LAPACK deprecated computational 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 INFO, LDA, M, N @@ -66,7 +66,7 @@ * * Each H(i) has the form * -* H = I - tau * v * v' +* H = I - tau * v * v**T * * where tau is a real scalar, and v is a real vector with * v(1:i-1) = 0 and v(i) = 1; v(i+1:m) is stored on exit in A(i+1:m,i). @@ -78,7 +78,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. * * =====================================================================