#include <vector_expression.hpp>
Classes | |
class | const_iterator |
Public Types | |
typedef E1::size_type | size_type |
typedef E1::difference_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 |
typedef vector_binary_scalar2 < E1, E2, F > | expression_type |
typedef vector_tag | type_category |
Public Member Functions | |
BOOST_UBLAS_INLINE | vector_binary_scalar2 (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_scalar2 &vbs2) const |
BOOST_UBLAS_INLINE const_iterator | find (size_type i) const |
BOOST_UBLAS_INLINE const_iterator | begin () const |
BOOST_UBLAS_INLINE const_iterator | cbegin () const |
BOOST_UBLAS_INLINE const_iterator | end () const |
BOOST_UBLAS_INLINE const_iterator | cend () const |
BOOST_UBLAS_INLINE const_reverse_iterator | rbegin () const |
BOOST_UBLAS_INLINE const_reverse_iterator | crbegin () const |
BOOST_UBLAS_INLINE const_reverse_iterator | rend () const |
BOOST_UBLAS_INLINE const_reverse_iterator | crend () const |
BOOST_UBLAS_INLINE const expression_type & | operator() () const |
BOOST_UBLAS_INLINE expression_type & | operator() () |
Static Public Attributes | |
static const unsigned | complexity |
typedef const_closure_type boost::numeric::ublas::vector_binary_scalar2< E1, E2, F >::closure_type |
typedef const self_type boost::numeric::ublas::vector_binary_scalar2< E1, E2, F >::const_closure_type |
typedef value_type boost::numeric::ublas::vector_binary_scalar2< E1, E2, F >::const_reference |
typedef reverse_iterator_base<const_iterator> boost::numeric::ublas::vector_binary_scalar2< E1, E2, F >::const_reverse_iterator |
typedef E1::difference_type boost::numeric::ublas::vector_binary_scalar2< E1, E2, F >::difference_type |
|
inherited |
typedef const_iterator boost::numeric::ublas::vector_binary_scalar2< E1, E2, F >::iterator |
typedef const_reference boost::numeric::ublas::vector_binary_scalar2< E1, E2, F >::reference |
typedef E1::size_type boost::numeric::ublas::vector_binary_scalar2< E1, E2, F >::size_type |
typedef unknown_storage_tag boost::numeric::ublas::vector_binary_scalar2< E1, E2, F >::storage_category |
|
inherited |
typedef F::result_type boost::numeric::ublas::vector_binary_scalar2< E1, E2, F >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References boost::numeric::ublas::vector_binary_scalar2< E1, E2, F >::find(), and boost::numeric::ublas::vector_binary_scalar2< E1, E2, F >::size().
Referenced by boost::numeric::ublas::vector_binary_scalar2< E1, E2, F >::cend(), and boost::numeric::ublas::vector_binary_scalar2< E1, E2, F >::rbegin().
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
staticinherited |