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

version 1.13, 2017/06/17 10:53:45 version 1.14, 2018/05/29 06:55:15
Line 65 Line 65
 *>  *>
 *> \param[in] X  *> \param[in] X
 *> \verbatim  *> \verbatim
 *>          X is COMPLEX*16 array of dimension at least  *>          X is COMPLEX*16 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 COMPLEX*16 array of dimension at least  *>          Y is COMPLEX*16 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] AP  *> \param[in,out] AP
 *> \verbatim  *> \verbatim
 *>          AP is COMPLEX*16 array of DIMENSION at least  *>          AP is COMPLEX*16 array, dimension at least
 *>           ( ( n*( n + 1 ) )/2 ).  *>           ( ( n*( n + 1 ) )/2 ).
 *>           Before entry with  UPLO = 'U' or 'u', the array AP must  *>           Before entry with  UPLO = 'U' or 'u', the array AP must
 *>           contain the upper triangular part of the hermitian matrix  *>           contain the upper triangular part of the hermitian matrix

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


CVSweb interface <joel.bertrand@systella.fr>