boost::numeric::ublas::fill_policy::index_plus_assign Class Reference
An index plus assign policy.
More...
Inherits fill_policy_wrapper< index_plus_assign >.
List of all members.
Static Public Member Functions |
template<class T , typename S , typename V > |
static BOOST_UBLAS_INLINE void | apply (T &e, const S &i, const V &v) |
template<class T , typename S , typename V > |
static BOOST_UBLAS_INLINE void | apply (T &e, const S &i, const S &j, const V &v) |
Detailed Description
This policy is used when the assignment is desired to be followed by an addition.