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

version 1.4, 2010/08/06 15:32:29 version 1.5, 2010/08/07 13:18:07
Line 2 Line 2
      $                   RTOL, OFFSET, W, WERR, WORK, IWORK,       $                   RTOL, OFFSET, W, WERR, WORK, IWORK,
      $                   PIVMIN, SPDIAM, INFO )       $                   PIVMIN, SPDIAM, INFO )
 *  *
 *  -- LAPACK auxiliary routine (version 3.2) --  *  -- LAPACK auxiliary 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            IFIRST, ILAST, INFO, N, OFFSET        INTEGER            IFIRST, ILAST, INFO, N, OFFSET
Line 46 Line 46
 *  ILAST   (input) INTEGER  *  ILAST   (input) INTEGER
 *          The index of the last eigenvalue to be computed.  *          The index of the last eigenvalue to be computed.
 *  *
 *  RTOL   (input) DOUBLE PRECISION  *  RTOL    (input) DOUBLE PRECISION
 *          Tolerance for the convergence of the bisection intervals.  *          Tolerance for the convergence of the bisection intervals.
 *          An interval [LEFT,RIGHT] has converged if  *          An interval [LEFT,RIGHT] has converged if
 *          RIGHT-LEFT.LT.RTOL*MAX(|LEFT|,|RIGHT|).  *          RIGHT-LEFT.LT.RTOL*MAX(|LEFT|,|RIGHT|).

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


CVSweb interface <joel.bertrand@systella.fr>