boost::numeric::ublas::fill_policy::index_assign Class Reference
An index assign policy.
More...
Inherits fill_policy_wrapper< index_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 to for the simplified ublas assign through normal indexing.