Diff for /rpl/lapack/lapack/dlaeda.f between versions 1.1.1.1 and 1.6

version 1.1.1.1, 2010/01/26 15:22:46 version 1.6, 2010/08/07 13:22:17
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.1.1.1  
changed lines
  Added in v.1.6


CVSweb interface <joel.bertrand@systella.fr>