Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2 Class Reference

#include <matrix_sparse.hpp>

Inheritance diagram for boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2:
Collaboration diagram for boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2:

Public Types

typedef
coordinate_matrix::value_type 
value_type
 
typedef
coordinate_matrix::difference_type 
difference_type
 
typedef
coordinate_matrix::true_reference 
reference
 
typedef coordinate_matrix::pointer pointer
 
typedef iterator1 dual_iterator_type
 
typedef reverse_iterator1 dual_reverse_iterator_type
 

Public Member Functions

BOOST_UBLAS_INLINE iterator2 ()
 
BOOST_UBLAS_INLINE iterator2 (self_type &m, int rank, size_type i, size_type j, const vector_subiterator_type &itv, const subiterator_type &it)
 
BOOST_UBLAS_INLINE iterator2operator++ ()
 
BOOST_UBLAS_INLINE iterator2operator-- ()
 
BOOST_UBLAS_INLINE reference operator* () 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
 

Friends

class const_iterator2
 

Member Typedef Documentation

template<class T, class L, std::size_t IB, class IA, class TA>
typedef coordinate_matrix::difference_type boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2::difference_type
template<class T, class L, std::size_t IB, class IA, class TA>
typedef iterator1 boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2::dual_iterator_type
template<class T, class L, std::size_t IB, class IA, class TA>
typedef reverse_iterator1 boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2::dual_reverse_iterator_type
template<class T, class L, std::size_t IB, class IA, class TA>
typedef coordinate_matrix::pointer boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2::pointer
template<class T, class L, std::size_t IB, class IA, class TA>
typedef coordinate_matrix::true_reference boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2::reference
template<class T, class L, std::size_t IB, class IA, class TA>
typedef coordinate_matrix::value_type boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2::value_type

Constructor & Destructor Documentation

template<class T, class L, std::size_t IB, class IA, class TA>
BOOST_UBLAS_INLINE boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2::iterator2 ( )
inline
template<class T, class L, std::size_t IB, class IA, class TA>
BOOST_UBLAS_INLINE boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2::iterator2 ( self_type m,
int  rank,
size_type  i,
size_type  j,
const vector_subiterator_type &  itv,
const subiterator_type &  it 
)
inline

Member Function Documentation

template<class T, class L, std::size_t IB, class IA, class TA>
BOOST_UBLAS_INLINE iterator1 boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2::begin ( void  ) const
inline
template<class T, class L, std::size_t IB, class IA, class TA>
BOOST_UBLAS_INLINE iterator1 boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2::end ( void  ) const
inline
template<class T, class L, std::size_t IB, class IA, class TA>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2::index1 ( ) const
inline
template<class T, class L, std::size_t IB, class IA, class TA>
BOOST_UBLAS_INLINE iterator2& boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2::operator++ ( void  )
inline
template<class T, class L, std::size_t IB, class IA, class TA>
BOOST_UBLAS_INLINE iterator2& boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2::operator-- ( void  )
inline
template<class T, class L, std::size_t IB, class IA, class TA>
BOOST_UBLAS_INLINE iterator2& boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2::operator= ( const iterator2 it)
inline

References boost::assign().

template<class T, class L, std::size_t IB, class IA, class TA>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2::operator== ( const iterator2 it) const
inline

References BOOST_UBLAS_CHECK.

template<class T, class L, std::size_t IB, class IA, class TA>
BOOST_UBLAS_INLINE reverse_iterator1 boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2::rbegin ( ) const
inline
template<class T, class L, std::size_t IB, class IA, class TA>
BOOST_UBLAS_INLINE reverse_iterator1 boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::iterator2::rend ( ) const
inline

Friends And Related Function Documentation

template<class T, class L, std::size_t IB, class IA, class TA>
friend class const_iterator2
friend

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