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::vector_expression_assigner< E, Fill_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::value_type 
value_type
typedef
E::expression_type::size_type 
size_type

Public Member Functions

BOOST_UBLAS_INLINE vector_expression_assigner (E &e)
BOOST_UBLAS_INLINE vector_expression_assigner (size_type k, E &e)
BOOST_UBLAS_INLINE vector_expression_assigner (E &e, value_type val)
template<class AE >
BOOST_UBLAS_INLINE vector_expression_assigner (E &e, const vector_expression< AE > &nve)
template<typename T >
BOOST_UBLAS_INLINE vector_expression_assigner (E &e, const index_manipulator< T > &ta)
BOOST_UBLAS_INLINE
vector_expression_assigner
operator, (const value_type &val)
template<class AE >
BOOST_UBLAS_INLINE
vector_expression_assigner
operator, (const vector_expression< AE > &nve)
template<typename T >
BOOST_UBLAS_INLINE
vector_expression_assigner
operator, (const index_manipulator< T > &ta)
template<class T >
BOOST_UBLAS_INLINE
vector_expression_assigner< E,
T > 
operator, (fill_policy_wrapper< T >) const

Detailed Description

template<class E, class Fill_Policy = fill_policy::index_assign>
class boost::numeric::ublas::vector_expression_assigner< E, Fill_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