...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
An assigner object used to fill a vector using operator <<= and operator, (comma). More...
Public Types | |
typedef E::expression_type::size_type | size_type |
Public Member Functions | |
BOOST_UBLAS_INLINE | matrix_expression_assigner (E &e) |
BOOST_UBLAS_INLINE | matrix_expression_assigner (E &e, size_type k, size_type l) |
BOOST_UBLAS_INLINE | matrix_expression_assigner (E &e, typename E::expression_type::value_type val) |
template<class AE > | |
BOOST_UBLAS_INLINE | matrix_expression_assigner (E &e, const vector_expression< AE > &nve) |
template<class AE > | |
BOOST_UBLAS_INLINE | matrix_expression_assigner (E &e, const matrix_expression< AE > &nme) |
template<typename T > | |
BOOST_UBLAS_INLINE | matrix_expression_assigner (E &e, const index_manipulator< T > &ta) |
BOOST_UBLAS_INLINE matrix_expression_assigner & | operator, (const typename E::expression_type::value_type &val) |
template<class AE > | |
BOOST_UBLAS_INLINE matrix_expression_assigner & | operator, (const vector_expression< AE > &nve) |
template<class AE > | |
BOOST_UBLAS_INLINE matrix_expression_assigner & | operator, (const matrix_expression< AE > &nme) |
template<typename T > | |
BOOST_UBLAS_INLINE matrix_expression_assigner & | operator, (const index_manipulator< T > &ta) |
template<class T > | |
BOOST_UBLAS_INLINE matrix_expression_assigner< E, T, Traverse_Policy > | operator, (fill_policy_wrapper< T >) const |
template<class T > | |
BOOST_UBLAS_INLINE matrix_expression_assigner< E, Fill_Policy, T > | operator, (traverse_policy_wrapper< T >) |
This object is meant to be created by appropriate object generators. Please see EXAMPLES_LINK for usage information.