Diff for /rpl/lapack/lapack/dlarfx.f between versions 1.7 and 1.8

version 1.7, 2010/12/21 13:53:31 version 1.8, 2011/07/22 07:38:07
Line 1 Line 1
       SUBROUTINE DLARFX( SIDE, M, N, V, TAU, C, LDC, WORK )        SUBROUTINE DLARFX( SIDE, M, N, V, TAU, C, LDC, WORK )
       IMPLICIT NONE        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,    --  *  -- LAPACK is a software package provided by Univ. of Tennessee,    --
 *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--  *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
 *     November 2006  *  -- April 2011                                                      --
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          SIDE        CHARACTER          SIDE
Line 22 Line 22
 *  matrix C, from either the left or the right. H is represented in the  *  matrix C, from either the left or the right. H is represented in the
 *  form  *  form
 *  *
 *        H = I - tau * v * v'  *        H = I - tau * v * v**T
 *  *
 *  where tau is a real scalar and v is a real vector.  *  where tau is a real scalar and v is a real vector.
 *  *

Removed from v.1.7  
changed lines
  Added in v.1.8


CVSweb interface <joel.bertrand@systella.fr>