--- rpl/lapack/lapack/dlarrj.f 2010/08/06 15:32:29 1.4 +++ rpl/lapack/lapack/dlarrj.f 2010/08/07 13:18:07 1.5 @@ -2,10 +2,10 @@ $ RTOL, OFFSET, W, WERR, WORK, IWORK, $ 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, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2006 +* June 2010 * * .. Scalar Arguments .. INTEGER IFIRST, ILAST, INFO, N, OFFSET @@ -46,7 +46,7 @@ * ILAST (input) INTEGER * 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. * An interval [LEFT,RIGHT] has converged if * RIGHT-LEFT.LT.RTOL*MAX(|LEFT|,|RIGHT|).