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_binary< E1, E2, F > Class Template Reference

Inherits vector_expression< vector_binary< E1, E2, F > >.

List of all members.

Classes

class  const_iterator

Public Types

typedef promote_traits
< typename E1::size_type,
typename E2::size_type >
::promote_type 
size_type
typedef promote_traits
< typename E1::difference_type,
typename E2::difference_type >
::promote_type 
difference_type
typedef F::result_type value_type
typedef value_type const_reference
typedef const_reference reference
typedef const self_type const_closure_type
typedef const_closure_type closure_type
typedef unknown_storage_tag storage_category
typedef const_iterator iterator
typedef reverse_iterator_base
< const_iterator
const_reverse_iterator

Public Member Functions

BOOST_UBLAS_INLINE vector_binary (const expression1_type &e1, const expression2_type &e2)
BOOST_UBLAS_INLINE size_type size () const
BOOST_UBLAS_INLINE const_reference operator() (size_type i) const
BOOST_UBLAS_INLINE const_reference operator[] (size_type i) const
BOOST_UBLAS_INLINE bool same_closure (const vector_binary &vb) const
BOOST_UBLAS_INLINE const_iterator find (size_type i) const
BOOST_UBLAS_INLINE const_iterator begin () const
BOOST_UBLAS_INLINE const_iterator end () const
BOOST_UBLAS_INLINE
const_reverse_iterator 
rbegin () const
BOOST_UBLAS_INLINE
const_reverse_iterator 
rend () const

template<class E1, class E2, class F>
class boost::numeric::ublas::vector_binary< E1, E2, F >


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