Diff for /rpl/lapack/lapack/zlapmr.f between versions 1.13 and 1.14

version 1.13, 2018/05/29 07:18:27 version 1.14, 2023/08/07 08:39:30
Line 97 Line 97
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  
 *  
 *> \ingroup complex16OTHERauxiliary  *> \ingroup complex16OTHERauxiliary
 *  *
 *  =====================================================================  *  =====================================================================
       SUBROUTINE ZLAPMR( FORWRD, M, N, X, LDX, K )        SUBROUTINE ZLAPMR( FORWRD, M, N, X, LDX, K )
 *  *
 *  -- 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            FORWRD        LOGICAL            FORWRD
Line 198 Line 195
 *  *
       RETURN        RETURN
 *  *
 *     End of ZLAPMT  *     End of ZLAPMR
 *  *
       END        END
   

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


CVSweb interface <joel.bertrand@systella.fr>