Diff for /rpl/lapack/lapack/dlasq4.f between versions 1.7 and 1.8

version 1.7, 2010/12/21 13:53:33 version 1.8, 2011/07/22 07:38:08
Line 1 Line 1
       SUBROUTINE DLASQ4( I0, N0, Z, PP, N0IN, DMIN, DMIN1, DMIN2, DN,        SUBROUTINE DLASQ4( I0, N0, Z, PP, N0IN, DMIN, DMIN1, DMIN2, DN,
      $                   DN1, DN2, TAU, TTYPE, G )       $                   DN1, DN2, TAU, TTYPE, G )
 *  *
 *  -- LAPACK routine (version 3.2)                                    --  *  -- LAPACK routine (version 3.3.1)                                    --
 *  *
 *  -- Contributed by Osni Marques of the Lawrence Berkeley National   --  *  -- Contributed by Osni Marques of the Lawrence Berkeley National   --
 *  -- Laboratory and Beresford Parlett of the Univ. of California at  --  *  -- Laboratory and Beresford Parlett of the Univ. of California at  --
Line 25 Line 25
 *  DLASQ4 computes an approximation TAU to the smallest eigenvalue  *  DLASQ4 computes an approximation TAU to the smallest eigenvalue
 *  using values of d from the previous transform.  *  using values of d from the previous transform.
 *  *
   *  Arguments
   *  =========
   *
 *  I0    (input) INTEGER  *  I0    (input) INTEGER
 *        First index.  *        First index.
 *  *

Removed from v.1.7  
changed lines
  Added in v.1.8


CVSweb interface <joel.bertrand@systella.fr>