Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator Class Reference

#include <matrix_expression.hpp>

Inheritance diagram for boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator:
Collaboration diagram for boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator:

List of all members.

Public Types

typedef matrix_vector_binary2 container_type
typedef
matrix_vector_binary2::difference_type 
difference_type
typedef
iterator_restrict_traits
< typename
E1::const_iterator::iterator_category,
typename
E2::const_iterator2::iterator_category >
::iterator_category 
iterator_category
typedef
matrix_vector_binary2::const_pointer 
pointer
typedef
matrix_vector_binary2::const_reference 
reference
typedef
matrix_vector_binary2::value_type 
value_type

Public Member Functions

BOOST_UBLAS_INLINE const_iterator ()
BOOST_UBLAS_INLINE const_iterator (const self_type &mvb, const const_subiterator2_type &it2)
BOOST_UBLAS_INLINE
container_const_reference
assign (const container_type *c)
BOOST_UBLAS_INLINE size_type index () const
BOOST_UBLAS_INLINE const
container_type
operator() () const
BOOST_UBLAS_INLINE const_reference operator* () const
BOOST_UBLAS_INLINE const_iteratoroperator++ ()
BOOST_UBLAS_INLINE const_iteratoroperator+= (difference_type n)
BOOST_UBLAS_INLINE difference_type operator- (const const_iterator &it) const
BOOST_UBLAS_INLINE const_iteratoroperator-- ()
BOOST_UBLAS_INLINE const_iteratoroperator-= (difference_type n)
BOOST_UBLAS_INLINE bool operator< (const const_iterator &it) const
BOOST_UBLAS_INLINE const_iteratoroperator= (const const_iterator &it)
BOOST_UBLAS_INLINE bool operator== (const const_iterator &it) const
BOOST_UBLAS_INLINE const_reference operator[] (difference_type n) const
BOOST_UBLAS_INLINE bool same_closure (const container_const_reference &cr) const

Private Member Functions

BOOST_UBLAS_INLINE value_type dereference (dense_random_access_iterator_tag) const
BOOST_UBLAS_INLINE value_type dereference (sparse_bidirectional_iterator_tag) const
BOOST_UBLAS_INLINE value_type dereference (packed_random_access_iterator_tag) const

Private Attributes

const_subiterator2_type it2_

Detailed Description

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

Definition at line 3880 of file matrix_expression.hpp.


Member Typedef Documentation

template<class E1 , class E2 , class F >
typedef iterator_restrict_traits<typename E1::const_iterator::iterator_category, typename E2::const_iterator2::iterator_category>::iterator_category boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator::iterator_category

Definition at line 3887 of file matrix_expression.hpp.

Definition at line 3888 of file matrix_expression.hpp.

Definition at line 3889 of file matrix_expression.hpp.

Definition at line 3890 of file matrix_expression.hpp.

Definition at line 3891 of file matrix_expression.hpp.


Constructor & Destructor Documentation

template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator::const_iterator ( ) [inline]

Definition at line 3903 of file matrix_expression.hpp.

template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator::const_iterator ( const self_type mvb,
const const_subiterator2_type it2 
) [inline]

Definition at line 3906 of file matrix_expression.hpp.


Member Function Documentation

template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE value_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator::dereference ( dense_random_access_iterator_tag  ) const [inline, private]

Definition at line 3913 of file matrix_expression.hpp.

template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE value_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator::dereference ( packed_random_access_iterator_tag  ) const [inline, private]

Definition at line 3939 of file matrix_expression.hpp.

template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE value_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator::dereference ( sparse_bidirectional_iterator_tag  ) const [inline, private]

Definition at line 3957 of file matrix_expression.hpp.

template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE const_iterator& boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator::operator++ ( ) [inline]

Definition at line 3976 of file matrix_expression.hpp.

template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE const_iterator& boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator::operator-- ( ) [inline]

Definition at line 3981 of file matrix_expression.hpp.

template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE const_iterator& boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator::operator+= ( difference_type  n) [inline]

Definition at line 3986 of file matrix_expression.hpp.

template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE const_iterator& boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator::operator-= ( difference_type  n) [inline]

Definition at line 3991 of file matrix_expression.hpp.

template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE difference_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator::operator- ( const const_iterator it) const [inline]

Definition at line 3996 of file matrix_expression.hpp.

template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator::operator* ( ) const [inline]

Definition at line 4003 of file matrix_expression.hpp.

template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator::operator[] ( difference_type  n) const [inline]

Definition at line 4007 of file matrix_expression.hpp.

template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator::index ( ) const [inline]

Definition at line 4013 of file matrix_expression.hpp.

template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE const_iterator& boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator::operator= ( const const_iterator it) [inline]

Definition at line 4019 of file matrix_expression.hpp.

template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE bool boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator::operator== ( const const_iterator it) const [inline]

Definition at line 4031 of file matrix_expression.hpp.

template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE bool boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator::operator< ( const const_iterator it) const [inline]

Definition at line 4036 of file matrix_expression.hpp.

BOOST_UBLAS_INLINE const container_type& boost::numeric::ublas::container_const_reference< matrix_vector_binary2 >::operator() ( ) const [inline, inherited]

Definition at line 41 of file iterator.hpp.

Definition at line 46 of file iterator.hpp.

BOOST_UBLAS_INLINE bool boost::numeric::ublas::container_const_reference< matrix_vector_binary2 >::same_closure ( const container_const_reference< matrix_vector_binary2 > &  cr) const [inline, inherited]

Definition at line 53 of file iterator.hpp.


Member Data Documentation

template<class E1 , class E2 , class F >
const_subiterator2_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_iterator::it2_ [private]

Definition at line 4042 of file matrix_expression.hpp.


The documentation for this class was generated from the following file: