Diff for /rpl/lapack/lapack/dlarfx.f between versions 1.16 and 1.20

version 1.16, 2017/06/17 10:53:55 version 1.20, 2023/08/07 08:38:57
Line 94 Line 94
 *> \param[in] LDC  *> \param[in] LDC
 *> \verbatim  *> \verbatim
 *>          LDC is INTEGER  *>          LDC is INTEGER
 *>          The leading dimension of the array C. LDA >= (1,M).  *>          The leading dimension of the array C. LDC >= (1,M).
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[out] WORK  *> \param[out] WORK
Line 113 Line 113
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  
 *  
 *> \ingroup doubleOTHERauxiliary  *> \ingroup doubleOTHERauxiliary
 *  *
 *  =====================================================================  *  =====================================================================
       SUBROUTINE DLARFX( SIDE, M, N, V, TAU, C, LDC, WORK )        SUBROUTINE DLARFX( SIDE, M, N, V, TAU, C, LDC, WORK )
 *  *
 *  -- 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 ..
       CHARACTER          SIDE        CHARACTER          SIDE

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


CVSweb interface <joel.bertrand@systella.fr>