Diff for /rpl/lapack/blas/drotm.f between versions 1.14 and 1.15

version 1.14, 2017/06/17 10:53:43 version 1.15, 2018/05/29 06:55:13
Line 51 Line 51
 *>  *>
 *> \param[in,out] DX  *> \param[in,out] DX
 *> \verbatim  *> \verbatim
 *>          DX is DOUBLE PRECISION array, dimension N  *>          DX is DOUBLE PRECISION array, dimension ( 1 + ( N - 1 )*abs( INCX ) )
 *>         double precision vector with N elements  
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in] INCX  *> \param[in] INCX
Line 63 Line 62
 *>  *>
 *> \param[in,out] DY  *> \param[in,out] DY
 *> \verbatim  *> \verbatim
 *>          DY is DOUBLE PRECISION array, dimension N  *>          DY is DOUBLE PRECISION array, dimension ( 1 + ( N - 1 )*abs( INCY ) )
 *>         double precision vector with N elements  
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in] INCY  *> \param[in] INCY
Line 73 Line 71
 *>         storage spacing between elements of DY  *>         storage spacing between elements of DY
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in,out] DPARAM  *> \param[in] DPARAM
 *> \verbatim  *> \verbatim
 *>          DPARAM is DOUBLE PRECISION array, dimension 5  *>          DPARAM is DOUBLE PRECISION array, dimension (5)
 *>     DPARAM(1)=DFLAG  *>     DPARAM(1)=DFLAG
 *>     DPARAM(2)=DH11  *>     DPARAM(2)=DH11
 *>     DPARAM(3)=DH21  *>     DPARAM(3)=DH21
Line 91 Line 89
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  *> \date November 2017
 *  *
 *> \ingroup double_blas_level1  *> \ingroup double_blas_level1
 *  *
 *  =====================================================================  *  =====================================================================
       SUBROUTINE DROTM(N,DX,INCX,DY,INCY,DPARAM)        SUBROUTINE DROTM(N,DX,INCX,DY,INCY,DPARAM)
 *  *
 *  -- Reference BLAS level1 routine (version 3.7.0) --  *  -- Reference BLAS level1 routine (version 3.8.0) --
 *  -- Reference BLAS is a software package provided by Univ. of Tennessee,    --  *  -- Reference BLAS 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  *     November 2017
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       INTEGER INCX,INCY,N        INTEGER INCX,INCY,N

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


CVSweb interface <joel.bertrand@systella.fr>