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

version 1.13, 2017/06/17 10:53:43 version 1.14, 2018/05/29 06:55:14
Line 72 Line 72
 *>  *>
 *> \param[in] A  *> \param[in] 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 ( k + 1 )  *>           Before entry with UPLO = 'U' or 'u', the leading ( k + 1 )
 *>           by n part of the array A must contain the upper triangular  *>           by n part of the array A must contain the upper triangular
 *>           band part of the symmetric matrix, supplied column by  *>           band part of the symmetric matrix, supplied column by
Line 120 Line 120
 *>  *>
 *> \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  *>           Before entry, the incremented array X must contain the
 *>           vector x.  *>           vector x.
Line 141 Line 141
 *>  *>
 *> \param[in,out] Y  *> \param[in,out] 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  *>           Before entry, the incremented array Y must contain the
 *>           vector y. On exit, Y is overwritten by the updated vector y.  *>           vector y. On exit, Y is overwritten by the updated vector y.

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


CVSweb interface <joel.bertrand@systella.fr>