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

version 1.4, 2010/08/06 15:32:30 version 1.5, 2010/08/07 13:18:07
Line 2 Line 2
      $                   ITER, NDIV, IEEE, TTYPE, DMIN1, DMIN2, DN, DN1,       $                   ITER, NDIV, IEEE, TTYPE, DMIN1, DMIN2, DN, DN1,
      $                   DN2, G, TAU )       $                   DN2, G, TAU )
 *  *
 *  -- LAPACK routine (version 3.2)                                    --  *  -- LAPACK routine (version 3.2.2)                                    --
 *  *
 *  -- 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  --
 *  -- Berkeley                                                        --  *  -- Berkeley                                                        --
 *  -- November 2008                                                   --  *  -- June 2010                                                       --
 *  *
 *  -- 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..--
Line 35 Line 35
 *  I0     (input) INTEGER  *  I0     (input) INTEGER
 *         First index.  *         First index.
 *  *
 *  N0     (input) INTEGER  *  N0     (input/output) INTEGER
 *         Last index.  *         Last index.
 *  *
 *  Z      (input) DOUBLE PRECISION array, dimension ( 4*N )  *  Z      (input) DOUBLE PRECISION array, dimension ( 4*N )
Line 74 Line 74
 *  TTYPE  (input/output) INTEGER  *  TTYPE  (input/output) INTEGER
 *         Shift type.  *         Shift type.
 *  *
 *  DMIN1, DMIN2, DN, DN1, DN2, G, TAU (input/output) DOUBLE PRECISION  *  DMIN1  (input/output) DOUBLE PRECISION
   *
   *  DMIN2  (input/output) DOUBLE PRECISION
   *
   *  DN     (input/output) DOUBLE PRECISION
   *
   *  DN1    (input/output) DOUBLE PRECISION
   *
   *  DN2    (input/output) DOUBLE PRECISION
   *
   *  G      (input/output) DOUBLE PRECISION
   *
   *  TAU    (input/output) DOUBLE PRECISION
   *
 *         These are passed as arguments in order to save their values  *         These are passed as arguments in order to save their values
 *         between calls to DLASQ3.  *         between calls to DLASQ3.
 *  *

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


CVSweb interface <joel.bertrand@systella.fr>