![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
An index plus assign policy. More...
#include <assignment.hpp>
Public Types | |
typedef index_plus_assign | type |
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) |
An index plus assign policy.
This policy is used when the assignment is desired to be followed by an addition.
Definition at line 634 of file assignment.hpp.
typedef index_plus_assign boost::numeric::ublas::fill_policy_wrapper< index_plus_assign >::type [inherited] |
Definition at line 598 of file assignment.hpp.
static BOOST_UBLAS_INLINE void boost::numeric::ublas::fill_policy::index_plus_assign::apply | ( | T & | e, |
const S & | i, | ||
const V & | v | ||
) | [inline, static] |
Definition at line 638 of file assignment.hpp.
static BOOST_UBLAS_INLINE void boost::numeric::ublas::fill_policy::index_plus_assign::apply | ( | T & | e, |
const S & | i, | ||
const S & | j, | ||
const V & | v | ||
) | [inline, static] |
Definition at line 643 of file assignment.hpp.