Diff for /rpl/lapack/lapack/dlaeda.f between versions 1.4 and 1.5

version 1.4, 2010/08/06 15:32:26 version 1.5, 2010/08/07 13:18:06
Line 1 Line 1
       SUBROUTINE DLAEDA( N, TLVLS, CURLVL, CURPBM, PRMPTR, PERM, GIVPTR,        SUBROUTINE DLAEDA( N, TLVLS, CURLVL, CURPBM, PRMPTR, PERM, GIVPTR,
      $                   GIVCOL, GIVNUM, Q, QPTR, Z, ZTEMP, INFO )       $                   GIVCOL, GIVNUM, Q, QPTR, Z, ZTEMP, INFO )
 *  *
 *  -- LAPACK routine (version 3.2) --  *  -- LAPACK routine (version 3.2.2) --
 *  -- 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  *     June 2010
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       INTEGER            CURLVL, CURPBM, INFO, N, TLVLS        INTEGER            CURLVL, CURPBM, INFO, N, TLVLS
Line 154 Line 154
          Z( K ) = ZERO           Z( K ) = ZERO
    20 CONTINUE     20 CONTINUE
 *  *
 *     Loop thru remaining levels 1 -> CURLVL applying the Givens  *     Loop through remaining levels 1 -> CURLVL applying the Givens
 *     rotations and permutation and then multiplying the center matrices  *     rotations and permutation and then multiplying the center matrices
 *     against the current Z.  *     against the current Z.
 *  *

Removed from v.1.4  
changed lines
  Added in v.1.5


CVSweb interface <joel.bertrand@systella.fr>