![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
An index assign policy. More...
#include <assignment.hpp>
Public Types | |
typedef index_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 assign policy.
This policy is used to for the simplified ublas assign through normal indexing.
Definition at line 612 of file assignment.hpp.
typedef index_assign boost::numeric::ublas::fill_policy_wrapper< index_assign >::type [inherited] |
Definition at line 598 of file assignment.hpp.
static BOOST_UBLAS_INLINE void boost::numeric::ublas::fill_policy::index_assign::apply | ( | T & | e, |
const S & | i, | ||
const V & | v | ||
) | [inline, static] |
Definition at line 616 of file assignment.hpp.
static BOOST_UBLAS_INLINE void boost::numeric::ublas::fill_policy::index_assign::apply | ( | T & | e, |
const S & | i, | ||
const S & | j, | ||
const V & | v | ||
) | [inline, static] |
Definition at line 621 of file assignment.hpp.