--- rpl/lapack/lapack/dlarfx.f 2010/12/21 13:53:31 1.7 +++ rpl/lapack/lapack/dlarfx.f 2011/07/22 07:38:07 1.8 @@ -1,10 +1,10 @@ SUBROUTINE DLARFX( SIDE, M, N, V, TAU, C, LDC, WORK ) IMPLICIT NONE * -* -- LAPACK auxiliary routine (version 3.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..-- -* November 2006 +* -- April 2011 -- * * .. Scalar Arguments .. CHARACTER SIDE @@ -22,7 +22,7 @@ * matrix C, from either the left or the right. H is represented in 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. *