Diff for /rpl/lapack/lapack/dlartgs.f between versions 1.11 and 1.15

version 1.11, 2017/06/17 10:53:56 version 1.15, 2023/08/07 08:38:58
Line 83 Line 83
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  
 *  
 *> \ingroup auxOTHERcomputational  *> \ingroup auxOTHERcomputational
 *  *
 *  =====================================================================  *  =====================================================================
       SUBROUTINE DLARTGS( X, Y, SIGMA, CS, SN )        SUBROUTINE DLARTGS( X, Y, SIGMA, CS, SN )
 *  *
 *  -- LAPACK computational routine (version 3.7.0) --  *  -- LAPACK computational routine --
 *  -- 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..--
 *     December 2016  
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       DOUBLE PRECISION        CS, SIGMA, SN, X, Y        DOUBLE PRECISION        CS, SIGMA, SN, X, Y
Line 108 Line 105
 *     .. Local Scalars ..  *     .. Local Scalars ..
       DOUBLE PRECISION        R, S, THRESH, W, Z        DOUBLE PRECISION        R, S, THRESH, W, Z
 *     ..  *     ..
   *     .. External Subroutines ..
         EXTERNAL           DLARTGP
   *     ..
 *     .. External Functions ..  *     .. External Functions ..
       DOUBLE PRECISION        DLAMCH        DOUBLE PRECISION        DLAMCH
       EXTERNAL           DLAMCH        EXTERNAL           DLAMCH

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


CVSweb interface <joel.bertrand@systella.fr>