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

boost::numeric::ublas::c_matrix< T, N, M >::iterator1 Class Reference

#include <matrix.hpp>

Inheritance diagram for boost::numeric::ublas::c_matrix< T, N, M >::iterator1:
Collaboration diagram for boost::numeric::ublas::c_matrix< T, N, M >::iterator1:

List of all members.

Public Types

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

Public Member Functions

BOOST_UBLAS_INLINE iterator1 ()
BOOST_UBLAS_INLINE iterator1 (self_type &m, const subiterator_type &it)
BOOST_UBLAS_INLINE
container_reference
assign (container_type *c)
BOOST_UBLAS_INLINE iterator2 begin () const
BOOST_UBLAS_INLINE iterator2 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 iterator1operator++ ()
BOOST_UBLAS_INLINE iterator1operator+= (difference_type n)
BOOST_UBLAS_INLINE
derived_iterator_type 
operator- (derived_difference_type n) const
BOOST_UBLAS_INLINE difference_type operator- (const iterator1 &it) const
BOOST_UBLAS_INLINE iterator1operator-- ()
BOOST_UBLAS_INLINE
derived_iterator_type 
operator-- (int)
BOOST_UBLAS_INLINE iterator1operator-= (difference_type n)
BOOST_UBLAS_INLINE bool operator< (const iterator1 &it) const
BOOST_UBLAS_INLINE bool operator<= (const derived_iterator_type &it) const
BOOST_UBLAS_INLINE iterator1operator= (const iterator1 &it)
BOOST_UBLAS_INLINE bool operator== (const iterator1 &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_iterator2 
rbegin () const
BOOST_UBLAS_INLINE
reverse_iterator2 
rend () const
BOOST_UBLAS_INLINE bool same_closure (const container_reference &cr) const

Private Attributes

subiterator_type it_

Friends

class const_iterator1
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 T, std::size_t N, std::size_t M>
class boost::numeric::ublas::c_matrix< T, N, M >::iterator1

Definition at line 3887 of file matrix.hpp.


Member Typedef Documentation

template<class T, std::size_t N, std::size_t M>
typedef c_matrix::difference_type boost::numeric::ublas::c_matrix< T, N, M >::iterator1::difference_type

Definition at line 3893 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
typedef c_matrix::value_type boost::numeric::ublas::c_matrix< T, N, M >::iterator1::value_type

Definition at line 3894 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
typedef c_matrix::reference boost::numeric::ublas::c_matrix< T, N, M >::iterator1::reference

Definition at line 3895 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
typedef c_matrix::pointer boost::numeric::ublas::c_matrix< T, N, M >::iterator1::pointer

Definition at line 3896 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
typedef iterator2 boost::numeric::ublas::c_matrix< T, N, M >::iterator1::dual_iterator_type

Definition at line 3898 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
typedef reverse_iterator2 boost::numeric::ublas::c_matrix< T, N, M >::iterator1::dual_reverse_iterator_type

Definition at line 3899 of file matrix.hpp.

Definition at line 70 of file iterator.hpp.

Definition at line 207 of file iterator.hpp.


Constructor & Destructor Documentation

template<class T, std::size_t N, std::size_t M>
BOOST_UBLAS_INLINE boost::numeric::ublas::c_matrix< T, N, M >::iterator1::iterator1 ( ) [inline]

Definition at line 3903 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
BOOST_UBLAS_INLINE boost::numeric::ublas::c_matrix< T, N, M >::iterator1::iterator1 ( self_type m,
const subiterator_type it 
) [inline]

Definition at line 3906 of file matrix.hpp.


Member Function Documentation

template<class T, std::size_t N, std::size_t M>
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::c_matrix< T, N, M >::iterator1::operator++ ( ) [inline]

Definition at line 3911 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::c_matrix< T, N, M >::iterator1::operator-- ( ) [inline]

Definition at line 3916 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::c_matrix< T, N, M >::iterator1::operator+= ( difference_type  n) [inline]

Definition at line 3921 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::c_matrix< T, N, M >::iterator1::operator-= ( difference_type  n) [inline]

Definition at line 3926 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
BOOST_UBLAS_INLINE difference_type boost::numeric::ublas::c_matrix< T, N, M >::iterator1::operator- ( const iterator1 it) const [inline]

Definition at line 3931 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
BOOST_UBLAS_INLINE reference boost::numeric::ublas::c_matrix< T, N, M >::iterator1::operator* ( ) const [inline]

Definition at line 3938 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
BOOST_UBLAS_INLINE reference boost::numeric::ublas::c_matrix< T, N, M >::iterator1::operator[] ( difference_type  n) const [inline]

Definition at line 3944 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
BOOST_UBLAS_INLINE iterator2 boost::numeric::ublas::c_matrix< T, N, M >::iterator1::begin ( ) const [inline]

Definition at line 3953 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
BOOST_UBLAS_INLINE iterator2 boost::numeric::ublas::c_matrix< T, N, M >::iterator1::end ( ) const [inline]

Definition at line 3961 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
BOOST_UBLAS_INLINE reverse_iterator2 boost::numeric::ublas::c_matrix< T, N, M >::iterator1::rbegin ( ) const [inline]

Definition at line 3969 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
BOOST_UBLAS_INLINE reverse_iterator2 boost::numeric::ublas::c_matrix< T, N, M >::iterator1::rend ( ) const [inline]

Definition at line 3976 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::c_matrix< T, N, M >::iterator1::index1 ( ) const [inline]

Definition at line 3983 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::c_matrix< T, N, M >::iterator1::index2 ( ) const [inline]

Definition at line 3988 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::c_matrix< T, N, M >::iterator1::operator= ( const iterator1 it) [inline]

Definition at line 3995 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::c_matrix< T, N, M >::iterator1::operator== ( const iterator1 it) const [inline]

Definition at line 4003 of file matrix.hpp.

template<class T, std::size_t N, std::size_t M>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::c_matrix< T, N, M >::iterator1::operator< ( const iterator1 it) const [inline]

Definition at line 4008 of file matrix.hpp.

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

Definition at line 80 of file iterator.hpp.

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

Definition at line 85 of file iterator.hpp.

BOOST_UBLAS_INLINE bool boost::numeric::ublas::container_reference< c_matrix >::same_closure ( const container_reference< c_matrix > &  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< dense_random_access_iterator_tag , iterator1 , 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< dense_random_access_iterator_tag , iterator1 , value_type , std::ptrdiff_t >::operator-- ( int  ) [inline, inherited]

Definition at line 233 of file iterator.hpp.

Definition at line 246 of file iterator.hpp.

Definition at line 261 of file iterator.hpp.

BOOST_UBLAS_INLINE bool boost::numeric::ublas::random_access_iterator_base< dense_random_access_iterator_tag , iterator1 , 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< dense_random_access_iterator_tag , iterator1 , 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< dense_random_access_iterator_tag , iterator1 , 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< dense_random_access_iterator_tag , iterator1 , 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 T, std::size_t N, std::size_t M>
friend class const_iterator1 [friend]

Definition at line 4016 of file matrix.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 T, std::size_t N, std::size_t M>
subiterator_type boost::numeric::ublas::c_matrix< T, N, M >::iterator1::it_ [private]

Definition at line 4014 of file matrix.hpp.


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