Diff for /rpl/lapack/lapack/dlaln2.f between versions 1.17 and 1.20

version 1.17, 2017/06/17 11:06:23 version 1.20, 2023/08/07 08:38:54
Line 49 Line 49
 *> the first column of each being the real part and the second  *> the first column of each being the real part and the second
 *> being the imaginary part.  *> being the imaginary part.
 *>  *>
 *> "s" is a scaling factor (.LE. 1), computed by DLALN2, which is  *> "s" is a scaling factor (<= 1), computed by DLALN2, which is
 *> so chosen that X can be computed without overflow.  X is further  *> so chosen that X can be computed without overflow.  X is further
 *> scaled if necessary to assure that norm(ca A - w D)*norm(X) is less  *> scaled if necessary to assure that norm(ca A - w D)*norm(X) is less
 *> than overflow.  *> than overflow.
Line 210 Line 210
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  
 *  
 *> \ingroup doubleOTHERauxiliary  *> \ingroup doubleOTHERauxiliary
 *  *
 *  =====================================================================  *  =====================================================================
       SUBROUTINE DLALN2( LTRANS, NA, NW, SMIN, CA, A, LDA, D1, D2, B,        SUBROUTINE DLALN2( LTRANS, NA, NW, SMIN, CA, A, LDA, D1, D2, B,
      $                   LDB, WR, WI, X, LDX, SCALE, XNORM, INFO )       $                   LDB, WR, WI, X, LDX, SCALE, XNORM, INFO )
 *  *
 *  -- LAPACK auxiliary routine (version 3.7.0) --  *  -- LAPACK auxiliary 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 ..
       LOGICAL            LTRANS        LOGICAL            LTRANS

Removed from v.1.17  
changed lines
  Added in v.1.20


CVSweb interface <joel.bertrand@systella.fr>