Diff for /rpl/lapack/lapack/zgebak.f between versions 1.17 and 1.18

version 1.17, 2020/05/21 21:46:03 version 1.18, 2023/08/07 08:39:16
Line 123 Line 123
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  
 *  
 *> \ingroup complex16GEcomputational  *> \ingroup complex16GEcomputational
 *  *
 *  =====================================================================  *  =====================================================================
       SUBROUTINE ZGEBAK( JOB, SIDE, N, ILO, IHI, SCALE, M, V, LDV,        SUBROUTINE ZGEBAK( JOB, SIDE, N, ILO, IHI, SCALE, M, V, LDV,
      $                   INFO )       $                   INFO )
 *  *
 *  -- 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 ..
       CHARACTER          JOB, SIDE        CHARACTER          JOB, SIDE
Line 241 Line 238
      $            GO TO 40       $            GO TO 40
                IF( I.LT.ILO )                 IF( I.LT.ILO )
      $            I = ILO - II       $            I = ILO - II
                K = SCALE( I )                 K = INT( SCALE( I ) )
                IF( K.EQ.I )                 IF( K.EQ.I )
      $            GO TO 40       $            GO TO 40
                CALL ZSWAP( M, V( I, 1 ), LDV, V( K, 1 ), LDV )                 CALL ZSWAP( M, V( I, 1 ), LDV, V( K, 1 ), LDV )
Line 255 Line 252
      $            GO TO 50       $            GO TO 50
                IF( I.LT.ILO )                 IF( I.LT.ILO )
      $            I = ILO - II       $            I = ILO - II
                K = SCALE( I )                 K = INT( SCALE( I ) )
                IF( K.EQ.I )                 IF( K.EQ.I )
      $            GO TO 50       $            GO TO 50
                CALL ZSWAP( M, V( I, 1 ), LDV, V( K, 1 ), LDV )                 CALL ZSWAP( M, V( I, 1 ), LDV, V( K, 1 ), LDV )

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


CVSweb interface <joel.bertrand@systella.fr>