Diff for /rpl/lapack/lapack/dsyevr.f between versions 1.18 and 1.19

version 1.18, 2017/06/17 11:06:34 version 1.19, 2018/05/29 06:55:21
Line 88 Line 88
 *>  *>
 *> Note 1 : DSYEVR calls DSTEMR when the full spectrum is requested  *> Note 1 : DSYEVR calls DSTEMR when the full spectrum is requested
 *> on machines which conform to the ieee-754 floating point standard.  *> on machines which conform to the ieee-754 floating point standard.
 *> DSYEVR calls DSTEBZ and SSTEIN on non-ieee machines and  *> DSYEVR calls DSTEBZ and DSTEIN on non-ieee machines and
 *> when partial spectrum requests are made.  *> when partial spectrum requests are made.
 *>  *>
 *> Normal execution of DSTEMR may create NaNs and infinities and  *> Normal execution of DSTEMR may create NaNs and infinities and
Line 334 Line 334
      $                   ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK,       $                   ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK,
      $                   IWORK, LIWORK, INFO )       $                   IWORK, LIWORK, INFO )
 *  *
 *  -- LAPACK driver routine (version 3.7.0) --  *  -- LAPACK driver routine (version 3.7.1) --
 *  -- 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..--
 *     June 2016  *     June 2016

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


CVSweb interface <joel.bertrand@systella.fr>