Diff for /rpl/lapack/lapack/zgesc2.f between versions 1.15 and 1.20

version 1.15, 2017/06/17 10:54:11 version 1.20, 2023/08/07 08:39:19
Line 91 Line 91
 *> \verbatim  *> \verbatim
 *>          SCALE is DOUBLE PRECISION  *>          SCALE is DOUBLE PRECISION
 *>           On exit, SCALE contains the scale factor. SCALE is chosen  *>           On exit, SCALE contains the scale factor. SCALE is chosen
 *>           0 <= SCALE <= 1 to prevent owerflow in the solution.  *>           0 <= SCALE <= 1 to prevent overflow in the solution.
 *> \endverbatim  *> \endverbatim
 *  *
 *  Authors:  *  Authors:
Line 102 Line 102
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  
 *  
 *> \ingroup complex16GEauxiliary  *> \ingroup complex16GEauxiliary
 *  *
 *> \par Contributors:  *> \par Contributors:
Line 115 Line 113
 *  =====================================================================  *  =====================================================================
       SUBROUTINE ZGESC2( N, A, LDA, RHS, IPIV, JPIV, SCALE )        SUBROUTINE ZGESC2( N, A, LDA, RHS, IPIV, JPIV, SCALE )
 *  *
 *  -- 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 ..
       INTEGER            LDA, N        INTEGER            LDA, N
Line 141 Line 138
       COMPLEX*16         TEMP        COMPLEX*16         TEMP
 *     ..  *     ..
 *     .. External Subroutines ..  *     .. External Subroutines ..
       EXTERNAL           ZLASWP, ZSCAL        EXTERNAL           ZLASWP, ZSCAL, DLABAD
 *     ..  *     ..
 *     .. External Functions ..  *     .. External Functions ..
       INTEGER            IZAMAX        INTEGER            IZAMAX

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


CVSweb interface <joel.bertrand@systella.fr>