Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.

boost::numeric::ublas::matrix_expression_assigner< E, Fill_Policy, Traverse_Policy > Class Template Reference

An assigner object used to fill a vector using operator <<= and operator, (comma). More...

List of all members.

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 >)

Detailed Description

template<class E, class Fill_Policy = fill_policy::index_assign, class Traverse_Policy = DEFAULT_TRAVERSE_POLICY>
class boost::numeric::ublas::matrix_expression_assigner< E, Fill_Policy, Traverse_Policy >

This object is meant to be created by appropriate object generators. Please see EXAMPLES_LINK for usage information.


Generated on Sun Jul 4 20:31:06 2010 for ublas by  doxygen 1.6.1