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

boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1 Class Reference

#include <matrix_sparse.hpp>

Inheritance diagram for boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1:
Collaboration diagram for boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1:

List of all members.

Public Types

typedef mapped_matrix container_type
typedef iterator1 derived_iterator_type
typedef value_type derived_value_type
typedef
mapped_matrix::difference_type 
difference_type
typedef iterator2 dual_iterator_type
typedef reverse_iterator2 dual_reverse_iterator_type
typedef mapped_matrix::pointer pointer
typedef
mapped_matrix::true_reference 
reference
typedef mapped_matrix::value_type value_type

Public Member Functions

BOOST_UBLAS_INLINE iterator1 ()
BOOST_UBLAS_INLINE iterator1 (self_type &m, int rank, size_type i, size_type j, 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++ (int)
BOOST_UBLAS_INLINE iterator1operator++ ()
BOOST_UBLAS_INLINE iterator1operator-- ()
BOOST_UBLAS_INLINE
derived_iterator_type 
operator-- (int)
BOOST_UBLAS_INLINE iterator1operator= (const iterator1 &it)
BOOST_UBLAS_INLINE bool operator== (const iterator1 &it) 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

size_type i_
subiterator_type it_
size_type j_
int rank_

Friends

class const_iterator1
BOOST_UBLAS_INLINE friend
derived_iterator_type 
operator++ (derived_iterator_type &d, int)
BOOST_UBLAS_INLINE friend
derived_iterator_type 
operator-- (derived_iterator_type &d, int)

Detailed Description

template<class T, class L, class A>
class boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1

Definition at line 827 of file matrix_sparse.hpp.


Member Typedef Documentation

template<class T, class L, class A>
typedef mapped_matrix::value_type boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::value_type

Definition at line 832 of file matrix_sparse.hpp.

Definition at line 833 of file matrix_sparse.hpp.

template<class T, class L, class A>
typedef mapped_matrix::true_reference boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::reference

Definition at line 834 of file matrix_sparse.hpp.

template<class T, class L, class A>
typedef mapped_matrix::pointer boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::pointer

Definition at line 835 of file matrix_sparse.hpp.

template<class T, class L, class A>
typedef iterator2 boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::dual_iterator_type

Definition at line 837 of file matrix_sparse.hpp.

template<class T, class L, class A>
typedef reverse_iterator2 boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::dual_reverse_iterator_type

Definition at line 838 of file matrix_sparse.hpp.


Constructor & Destructor Documentation

template<class T, class L, class A>
BOOST_UBLAS_INLINE boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::iterator1 ( ) [inline]

Definition at line 842 of file matrix_sparse.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::iterator1 ( self_type m,
int  rank,
size_type  i,
size_type  j,
const subiterator_type it 
) [inline]

Definition at line 845 of file matrix_sparse.hpp.


Member Function Documentation

template<class T, class L, class A>
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::operator++ ( ) [inline]

Definition at line 850 of file matrix_sparse.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::operator-- ( ) [inline]

Definition at line 858 of file matrix_sparse.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE reference boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::operator* ( ) const [inline]

Definition at line 868 of file matrix_sparse.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE iterator2 boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::begin ( ) const [inline]

Definition at line 883 of file matrix_sparse.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE iterator2 boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::end ( ) const [inline]

Definition at line 891 of file matrix_sparse.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE reverse_iterator2 boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::rbegin ( ) const [inline]

Definition at line 899 of file matrix_sparse.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE reverse_iterator2 boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::rend ( ) const [inline]

Definition at line 906 of file matrix_sparse.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::index1 ( ) const [inline]

Definition at line 913 of file matrix_sparse.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::index2 ( ) const [inline]

Definition at line 924 of file matrix_sparse.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::operator= ( const iterator1 it) [inline]

Definition at line 936 of file matrix_sparse.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::operator== ( const iterator1 it) const [inline]

Definition at line 947 of file matrix_sparse.hpp.

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

Definition at line 80 of file iterator.hpp.

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

Definition at line 85 of file iterator.hpp.

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

Definition at line 92 of file iterator.hpp.

Definition at line 155 of file iterator.hpp.

Definition at line 168 of file iterator.hpp.

BOOST_UBLAS_INLINE bool boost::numeric::ublas::bidirectional_iterator_base< sparse_bidirectional_iterator_tag , iterator1 , value_type >::operator!= ( const derived_iterator_type it) const [inline, inherited]

Definition at line 183 of file iterator.hpp.


Friends And Related Function Documentation

template<class T, class L, class A>
friend class const_iterator1 [friend]

Definition at line 963 of file matrix_sparse.hpp.

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

Definition at line 162 of file iterator.hpp.

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

Definition at line 175 of file iterator.hpp.


Member Data Documentation

template<class T, class L, class A>
int boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::rank_ [private]

Definition at line 958 of file matrix_sparse.hpp.

template<class T, class L, class A>
size_type boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::i_ [private]

Definition at line 959 of file matrix_sparse.hpp.

template<class T, class L, class A>
size_type boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::j_ [private]

Definition at line 960 of file matrix_sparse.hpp.

template<class T, class L, class A>
subiterator_type boost::numeric::ublas::mapped_matrix< T, L, A >::iterator1::it_ [private]

Definition at line 961 of file matrix_sparse.hpp.


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