Diff for /rpl/lapack/lapack/dlasq4.f between versions 1.14 and 1.15

version 1.14, 2014/01/27 09:28:23 version 1.15, 2016/08/27 15:27:10
Line 56 Line 56
 *>  *>
 *> \param[in] Z  *> \param[in] Z
 *> \verbatim  *> \verbatim
 *>          Z is DOUBLE PRECISION array, dimension ( 4*N )  *>          Z is DOUBLE PRECISION array, dimension ( 4*N0 )
 *>        Z holds the qd array.  *>        Z holds the qd array.
 *> \endverbatim  *> \endverbatim
 *>  *>
Line 122 Line 122
 *>  *>
 *> \param[in,out] G  *> \param[in,out] G
 *> \verbatim  *> \verbatim
 *>          G is REAL  *>          G is DOUBLE PRECISION
 *>        G is passed as an argument in order to save its value between  *>        G is passed as an argument in order to save its value between
 *>        calls to DLASQ4.  *>        calls to DLASQ4.
 *> \endverbatim  *> \endverbatim
Line 135 Line 135
 *> \author Univ. of Colorado Denver   *> \author Univ. of Colorado Denver 
 *> \author NAG Ltd.   *> \author NAG Ltd. 
 *  *
 *> \date September 2012  *> \date June 2016
 *  *
 *> \ingroup auxOTHERcomputational  *> \ingroup auxOTHERcomputational
 *  *
Line 151 Line 151
       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 computational routine (version 3.4.2) --  *  -- LAPACK computational routine (version 3.6.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..--
 *     September 2012  *     June 2016
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       INTEGER            I0, N0, N0IN, PP, TTYPE        INTEGER            I0, N0, N0IN, PP, TTYPE

Removed from v.1.14  
changed lines
  Added in v.1.15


CVSweb interface <joel.bertrand@systella.fr>