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

version 1.17, 2018/05/29 07:18:01 version 1.18, 2020/05/21 21:46:00
Line 60 Line 60
 *>  *>
 *> \param[in] X  *> \param[in] X
 *> \verbatim  *> \verbatim
 *>          X is DOUBLE PRECISION array, dimension (N)  *>          X is DOUBLE PRECISION array, dimension (1+(N-1)*INCX)
 *>          The vector for which a scaled sum of squares is computed.  *>          The vector for which a scaled sum of squares is computed.
 *>             x( i )  = X( 1 + ( i - 1 )*INCX ), 1 <= i <= n.  *>             x( i )  = X( 1 + ( i - 1 )*INCX ), 1 <= i <= n.
 *> \endverbatim  *> \endverbatim

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


CVSweb interface <joel.bertrand@systella.fr>