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

boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2 Class Reference

#include <hermitian.hpp>

Inheritance diagram for boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2:
Collaboration diagram for boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2:

List of all members.

Public Types

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

Public Member Functions

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

Private Attributes

subiterator2_type it2_

Friends

class const_iterator2
BOOST_UBLAS_INLINE friend
derived_iterator_type 
operator+ (const derived_iterator_type &d, derived_difference_type n)
BOOST_UBLAS_INLINE friend
derived_iterator_type 
operator+ (derived_difference_type n, const derived_iterator_type &d)
BOOST_UBLAS_INLINE friend
derived_iterator_type 
operator++ (derived_iterator_type &d, int)
BOOST_UBLAS_INLINE friend
derived_iterator_type 
operator- (const derived_iterator_type &d, derived_difference_type n)
BOOST_UBLAS_INLINE friend
derived_iterator_type 
operator-- (derived_iterator_type &d, int)

Detailed Description

template<class M, class TRI>
class boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2

Definition at line 2258 of file hermitian.hpp.


Member Typedef Documentation

template<class M, class TRI>
typedef subiterator2_type::value_type boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::value_type

Definition at line 2264 of file hermitian.hpp.

template<class M, class TRI>
typedef subiterator2_type::difference_type boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::difference_type

Definition at line 2265 of file hermitian.hpp.

template<class M, class TRI>
typedef subiterator2_type::reference boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::reference

Definition at line 2266 of file hermitian.hpp.

template<class M, class TRI>
typedef subiterator2_type::pointer boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::pointer

Definition at line 2267 of file hermitian.hpp.

template<class M, class TRI>
typedef iterator1 boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::dual_iterator_type

Definition at line 2269 of file hermitian.hpp.

Definition at line 2270 of file hermitian.hpp.

typedef iterator2 boost::numeric::ublas::random_access_iterator_base< iterator_restrict_traits< subiterator2_type::iterator_category, packed_random_access_iterator_tag >::iterator_category , iterator2 , value_type , std::ptrdiff_t >::derived_iterator_type [inherited]

Definition at line 205 of file iterator.hpp.

typedef value_type boost::numeric::ublas::random_access_iterator_base< iterator_restrict_traits< subiterator2_type::iterator_category, packed_random_access_iterator_tag >::iterator_category , iterator2 , value_type , std::ptrdiff_t >::derived_value_type [inherited]

Definition at line 206 of file iterator.hpp.

typedef std::ptrdiff_t boost::numeric::ublas::random_access_iterator_base< iterator_restrict_traits< subiterator2_type::iterator_category, packed_random_access_iterator_tag >::iterator_category , iterator2 , value_type , std::ptrdiff_t >::derived_difference_type [inherited]

Definition at line 207 of file iterator.hpp.


Constructor & Destructor Documentation

template<class M, class TRI>
BOOST_UBLAS_INLINE boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::iterator2 ( ) [inline]

Definition at line 2274 of file hermitian.hpp.

template<class M, class TRI>
BOOST_UBLAS_INLINE boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::iterator2 ( self_type m,
const subiterator2_type it2 
) [inline]

Definition at line 2277 of file hermitian.hpp.


Member Function Documentation

template<class M, class TRI>
BOOST_UBLAS_INLINE iterator2& boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::operator++ ( ) [inline]

Definition at line 2282 of file hermitian.hpp.

template<class M, class TRI>
BOOST_UBLAS_INLINE iterator2& boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::operator-- ( ) [inline]

Definition at line 2287 of file hermitian.hpp.

template<class M, class TRI>
BOOST_UBLAS_INLINE iterator2& boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::operator+= ( difference_type  n) [inline]

Definition at line 2292 of file hermitian.hpp.

template<class M, class TRI>
BOOST_UBLAS_INLINE iterator2& boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::operator-= ( difference_type  n) [inline]

Definition at line 2297 of file hermitian.hpp.

template<class M, class TRI>
BOOST_UBLAS_INLINE difference_type boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::operator- ( const iterator2 it) const [inline]

Definition at line 2302 of file hermitian.hpp.

template<class M, class TRI>
BOOST_UBLAS_INLINE reference boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::operator* ( ) const [inline]

Definition at line 2309 of file hermitian.hpp.

template<class M, class TRI>
BOOST_UBLAS_INLINE reference boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::operator[] ( difference_type  n) const [inline]

Definition at line 2313 of file hermitian.hpp.

template<class M, class TRI>
BOOST_UBLAS_INLINE iterator1 boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::begin ( ) const [inline]

Definition at line 2322 of file hermitian.hpp.

template<class M, class TRI>
BOOST_UBLAS_INLINE iterator1 boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::end ( ) const [inline]

Definition at line 2329 of file hermitian.hpp.

template<class M, class TRI>
BOOST_UBLAS_INLINE reverse_iterator1 boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::rbegin ( ) const [inline]

Definition at line 2336 of file hermitian.hpp.

template<class M, class TRI>
BOOST_UBLAS_INLINE reverse_iterator1 boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::rend ( ) const [inline]

Definition at line 2343 of file hermitian.hpp.

template<class M, class TRI>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::index1 ( ) const [inline]

Definition at line 2350 of file hermitian.hpp.

template<class M, class TRI>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::index2 ( ) const [inline]

Definition at line 2354 of file hermitian.hpp.

template<class M, class TRI>
BOOST_UBLAS_INLINE iterator2& boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::operator= ( const iterator2 it) [inline]

Definition at line 2360 of file hermitian.hpp.

template<class M, class TRI>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::operator== ( const iterator2 it) const [inline]

Definition at line 2368 of file hermitian.hpp.

template<class M, class TRI>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::operator< ( const iterator2 it) const [inline]

Definition at line 2373 of file hermitian.hpp.

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

Definition at line 80 of file iterator.hpp.

BOOST_UBLAS_INLINE container_reference& boost::numeric::ublas::container_reference< hermitian_adaptor >::assign ( container_type *  c) [inline, inherited]

Definition at line 85 of file iterator.hpp.

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

Definition at line 92 of file iterator.hpp.

BOOST_UBLAS_INLINE derived_iterator_type boost::numeric::ublas::random_access_iterator_base< iterator_restrict_traits< subiterator2_type::iterator_category, packed_random_access_iterator_tag >::iterator_category , iterator2 , value_type , std::ptrdiff_t >::operator++ ( int  ) [inline, inherited]

Definition at line 220 of file iterator.hpp.

BOOST_UBLAS_INLINE derived_iterator_type boost::numeric::ublas::random_access_iterator_base< iterator_restrict_traits< subiterator2_type::iterator_category, packed_random_access_iterator_tag >::iterator_category , iterator2 , value_type , std::ptrdiff_t >::operator-- ( int  ) [inline, inherited]

Definition at line 233 of file iterator.hpp.

BOOST_UBLAS_INLINE derived_iterator_type boost::numeric::ublas::random_access_iterator_base< iterator_restrict_traits< subiterator2_type::iterator_category, packed_random_access_iterator_tag >::iterator_category , iterator2 , value_type , std::ptrdiff_t >::operator+ ( derived_difference_type  n) const [inline, inherited]

Definition at line 246 of file iterator.hpp.

BOOST_UBLAS_INLINE derived_iterator_type boost::numeric::ublas::random_access_iterator_base< iterator_restrict_traits< subiterator2_type::iterator_category, packed_random_access_iterator_tag >::iterator_category , iterator2 , value_type , std::ptrdiff_t >::operator- ( derived_difference_type  n) const [inline, inherited]

Definition at line 261 of file iterator.hpp.

BOOST_UBLAS_INLINE bool boost::numeric::ublas::random_access_iterator_base< iterator_restrict_traits< subiterator2_type::iterator_category, packed_random_access_iterator_tag >::iterator_category , iterator2 , value_type , std::ptrdiff_t >::operator!= ( const derived_iterator_type it) const [inline, inherited]

Definition at line 273 of file iterator.hpp.

BOOST_UBLAS_INLINE bool boost::numeric::ublas::random_access_iterator_base< iterator_restrict_traits< subiterator2_type::iterator_category, packed_random_access_iterator_tag >::iterator_category , iterator2 , value_type , std::ptrdiff_t >::operator<= ( const derived_iterator_type it) const [inline, inherited]

Definition at line 278 of file iterator.hpp.

BOOST_UBLAS_INLINE bool boost::numeric::ublas::random_access_iterator_base< iterator_restrict_traits< subiterator2_type::iterator_category, packed_random_access_iterator_tag >::iterator_category , iterator2 , value_type , std::ptrdiff_t >::operator>= ( const derived_iterator_type it) const [inline, inherited]

Definition at line 283 of file iterator.hpp.

BOOST_UBLAS_INLINE bool boost::numeric::ublas::random_access_iterator_base< iterator_restrict_traits< subiterator2_type::iterator_category, packed_random_access_iterator_tag >::iterator_category , iterator2 , value_type , std::ptrdiff_t >::operator> ( const derived_iterator_type it) const [inline, inherited]

Definition at line 288 of file iterator.hpp.


Friends And Related Function Documentation

template<class M, class TRI>
friend class const_iterator2 [friend]

Definition at line 2381 of file hermitian.hpp.

BOOST_UBLAS_INLINE friend derived_iterator_type operator++ ( derived_iterator_type d,
int   
) [friend, inherited]

Definition at line 227 of file iterator.hpp.

BOOST_UBLAS_INLINE friend derived_iterator_type operator-- ( derived_iterator_type d,
int   
) [friend, inherited]

Definition at line 240 of file iterator.hpp.

BOOST_UBLAS_INLINE friend derived_iterator_type operator+ ( const derived_iterator_type d,
derived_difference_type  n 
) [friend, inherited]

Definition at line 251 of file iterator.hpp.

BOOST_UBLAS_INLINE friend derived_iterator_type operator+ ( derived_difference_type  n,
const derived_iterator_type d 
) [friend, inherited]

Definition at line 256 of file iterator.hpp.

BOOST_UBLAS_INLINE friend derived_iterator_type operator- ( const derived_iterator_type d,
derived_difference_type  n 
) [friend, inherited]

Definition at line 266 of file iterator.hpp.


Member Data Documentation

template<class M, class TRI>
subiterator2_type boost::numeric::ublas::hermitian_adaptor< M, TRI >::iterator2::it2_ [private]

Definition at line 2379 of file hermitian.hpp.


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