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

version 1.13, 2018/05/29 07:17:58 version 1.14, 2023/08/07 08:38:55
Line 97 Line 97
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  
 *  
 *> \ingroup doubleOTHERauxiliary  *> \ingroup doubleOTHERauxiliary
 *  *
 *  =====================================================================  *  =====================================================================
       SUBROUTINE DLAPMR( FORWRD, M, N, X, LDX, K )        SUBROUTINE DLAPMR( 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 DLAPMR
 *  *
       END        END
   

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


CVSweb interface <joel.bertrand@systella.fr>