Bayesian Filtering Library  Generated from SVN r
Public Types | Public Member Functions | Friends | List of all members
triangular_matrix< T, TRI, L, A >::iterator2 Class Reference
Inheritance diagram for triangular_matrix< T, TRI, L, A >::iterator2:
container_reference< triangular_matrix > random_access_iterator_base< packed_random_access_iterator_tag, iterator2, value_type > nonassignable

Public Types

typedef
triangular_matrix::value_type 
value_type
 
typedef
triangular_matrix::difference_type 
difference_type
 
typedef
triangular_matrix::reference 
reference
 
typedef triangular_matrix::pointer pointer
 
typedef iterator1 dual_iterator_type
 
typedef reverse_iterator1 dual_reverse_iterator_type
 
typedef triangular_matrix container_type
 
typedef iterator2 derived_iterator_type
 
typedef value_type derived_value_type
 
typedef std::ptrdiff_t derived_difference_type
 

Public Member Functions

BOOST_UBLAS_INLINE iterator2 (self_type &m, size_type it1, size_type it2)
 
BOOST_UBLAS_INLINE iterator2operator++ ()
 
BOOST_UBLAS_INLINE iterator2operator-- ()
 
BOOST_UBLAS_INLINE iterator2operator+= (difference_type n)
 
BOOST_UBLAS_INLINE iterator2operator-= (difference_type n)
 
BOOST_UBLAS_INLINE difference_type operator- (const iterator2 &it) const
 
BOOST_UBLAS_INLINE reference operator* () const
 
BOOST_UBLAS_INLINE reference operator[] (difference_type n) const
 
BOOST_UBLAS_INLINE iterator1 begin () const
 
BOOST_UBLAS_INLINE iterator1 end () const
 
BOOST_UBLAS_INLINE
reverse_iterator1 
rbegin () const
 
BOOST_UBLAS_INLINE
reverse_iterator1 
rend () const
 
BOOST_UBLAS_INLINE size_type index1 () const
 
BOOST_UBLAS_INLINE size_type index2 () const
 
BOOST_UBLAS_INLINE iterator2operator= (const iterator2 &it)
 
BOOST_UBLAS_INLINE bool operator== (const iterator2 &it) const
 
BOOST_UBLAS_INLINE bool operator< (const iterator2 &it) const
 
BOOST_UBLAS_INLINE container_typeoperator() () const
 
BOOST_UBLAS_INLINE
container_reference
assign (container_type *c)
 
BOOST_UBLAS_INLINE bool same_closure (const container_reference &cr) const
 
BOOST_UBLAS_INLINE
derived_iterator_type 
operator++ (int)
 
BOOST_UBLAS_INLINE
derived_iterator_type 
operator-- (int)
 
BOOST_UBLAS_INLINE
derived_iterator_type 
operator+ (derived_difference_type n) const
 
BOOST_UBLAS_INLINE
derived_iterator_type 
operator- (derived_difference_type n) const
 
BOOST_UBLAS_INLINE bool operator!= (const derived_iterator_type &it) const
 
BOOST_UBLAS_INLINE bool operator<= (const derived_iterator_type &it) const
 
BOOST_UBLAS_INLINE bool operator>= (const derived_iterator_type &it) const
 
BOOST_UBLAS_INLINE bool operator> (const derived_iterator_type &it) const
 

Friends

class const_iterator2
 

Detailed Description

template<class T, class TRI = lower, class L = row_major, class A = unbounded_array<T>>
class BFL::boost::numeric::ublas::triangular_matrix< T, TRI, L, A >::iterator2

Definition at line 772 of file asirfilter.h.


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