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

version 1.4, 2010/08/06 15:32:28 version 1.5, 2010/08/07 13:18:07
Line 2 Line 2
      $                   IHIZ, Z, LDZ, NS, ND, SR, SI, V, LDV, NH, T,       $                   IHIZ, Z, LDZ, NS, ND, SR, SI, V, LDV, NH, T,
      $                   LDT, NV, WV, LDWV, WORK, LWORK )       $                   LDT, NV, WV, LDWV, WORK, LWORK )
 *  *
 *  -- LAPACK auxiliary routine (version 3.2.1)                        --  *  -- LAPACK auxiliary routine (version 3.2.2)                        --
 *     Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..  *     Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..
 *  -- April 2009                                                      --  *  -- June 2010                                                       --
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       INTEGER            IHIZ, ILOZ, KBOT, KTOP, LDH, LDT, LDV, LDWV,        INTEGER            IHIZ, ILOZ, KBOT, KTOP, LDH, LDT, LDV, LDWV,
Line 101 Line 101
 *          The number of converged eigenvalues uncovered by this  *          The number of converged eigenvalues uncovered by this
 *          subroutine.  *          subroutine.
 *  *
 *     SR      (output) DOUBLE PRECISION array, dimension KBOT  *     SR      (output) DOUBLE PRECISION array, dimension (KBOT)
 *     SI      (output) DOUBLE PRECISION array, dimension KBOT  *     SI      (output) DOUBLE PRECISION array, dimension (KBOT)
 *          On output, the real and imaginary parts of approximate  *          On output, the real and imaginary parts of approximate
 *          eigenvalues that may be used for shifts are stored in  *          eigenvalues that may be used for shifts are stored in
 *          SR(KBOT-ND-NS+1) through SR(KBOT-ND) and  *          SR(KBOT-ND-NS+1) through SR(KBOT-ND) and
Line 137 Line 137
 *          The leading dimension of W just as declared in the  *          The leading dimension of W just as declared in the
 *          calling subroutine.  NW .LE. LDV  *          calling subroutine.  NW .LE. LDV
 *  *
 *     WORK    (workspace) DOUBLE PRECISION array, dimension LWORK.  *     WORK    (workspace) DOUBLE PRECISION array, dimension (LWORK)
 *          On exit, WORK(1) is set to an estimate of the optimal value  *          On exit, WORK(1) is set to an estimate of the optimal value
 *          of LWORK for the given values of N, NW, KTOP and KBOT.  *          of LWORK for the given values of N, NW, KTOP and KBOT.
 *  *

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


CVSweb interface <joel.bertrand@systella.fr>