Diff for /rpl/lapack/lapack/dlarrj.f between versions 1.19 and 1.20

version 1.19, 2018/05/29 07:17:59 version 1.20, 2020/05/21 21:46:00
Line 85 Line 85
 *>          RTOL is DOUBLE PRECISION  *>          RTOL is 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 < RTOL*MAX(|LEFT|,|RIGHT|).
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in] OFFSET  *> \param[in] OFFSET

Removed from v.1.19  
changed lines
  Added in v.1.20


CVSweb interface <joel.bertrand@systella.fr>