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

version 1.13, 2017/06/17 10:53:44 version 1.14, 2018/05/29 06:55:14
Line 65 Line 65
 *>  *>
 *> \param[in] X  *> \param[in] X
 *> \verbatim  *> \verbatim
 *>          X is DOUBLE PRECISION array of dimension at least  *>          X is DOUBLE PRECISION array, dimension at least
 *>           ( 1 + ( n - 1 )*abs( INCX ) ).  *>           ( 1 + ( n - 1 )*abs( INCX ) ).
 *>           Before entry, the incremented array X must contain the n  *>           Before entry, the incremented array X must contain the n
 *>           element vector x.  *>           element vector x.
Line 80 Line 80
 *>  *>
 *> \param[in] Y  *> \param[in] Y
 *> \verbatim  *> \verbatim
 *>          Y is DOUBLE PRECISION array of dimension at least  *>          Y is DOUBLE PRECISION array, dimension at least
 *>           ( 1 + ( n - 1 )*abs( INCY ) ).  *>           ( 1 + ( n - 1 )*abs( INCY ) ).
 *>           Before entry, the incremented array Y must contain the n  *>           Before entry, the incremented array Y must contain the n
 *>           element vector y.  *>           element vector y.
Line 95 Line 95
 *>  *>
 *> \param[in,out] A  *> \param[in,out] A
 *> \verbatim  *> \verbatim
 *>          A is DOUBLE PRECISION array of DIMENSION ( LDA, n ).  *>          A is DOUBLE PRECISION array, dimension ( LDA, N )
 *>           Before entry with  UPLO = 'U' or 'u', the leading n by n  *>           Before entry with  UPLO = 'U' or 'u', the leading n by n
 *>           upper triangular part of the array A must contain the upper  *>           upper triangular part of the array A must contain the upper
 *>           triangular part of the symmetric matrix and the strictly  *>           triangular part of the symmetric matrix and the strictly

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


CVSweb interface <joel.bertrand@systella.fr>