#include <matrix.hpp>
Public Types | |
typedef matrix::value_type | value_type |
typedef matrix::difference_type | difference_type |
typedef matrix::const_reference | reference |
typedef const matrix::pointer | pointer |
typedef const_iterator1 | dual_iterator_type |
typedef const_reverse_iterator1 | dual_reverse_iterator_type |
Public Member Functions | |
BOOST_UBLAS_INLINE | const_iterator2 () |
BOOST_UBLAS_INLINE | const_iterator2 (const self_type &m, const const_subiterator_type &it) |
BOOST_UBLAS_INLINE | const_iterator2 (const iterator2 &it) |
BOOST_UBLAS_INLINE const_iterator2 & | operator++ () |
BOOST_UBLAS_INLINE const_iterator2 & | operator-- () |
BOOST_UBLAS_INLINE const_iterator2 & | operator+= (difference_type n) |
BOOST_UBLAS_INLINE const_iterator2 & | operator-= (difference_type n) |
BOOST_UBLAS_INLINE difference_type | operator- (const const_iterator2 &it) const |
BOOST_UBLAS_INLINE const_reference | operator* () const |
BOOST_UBLAS_INLINE const_reference | operator[] (difference_type n) const |
BOOST_UBLAS_INLINE const_iterator1 | begin () const |
BOOST_UBLAS_INLINE const_iterator1 | cbegin () const |
BOOST_UBLAS_INLINE const_iterator1 | end () const |
BOOST_UBLAS_INLINE const_iterator1 | cend () const |
BOOST_UBLAS_INLINE const_reverse_iterator1 | rbegin () const |
BOOST_UBLAS_INLINE const_reverse_iterator1 | crbegin () const |
BOOST_UBLAS_INLINE const_reverse_iterator1 | rend () const |
BOOST_UBLAS_INLINE const_reverse_iterator1 | crend () const |
BOOST_UBLAS_INLINE size_type | index1 () const |
BOOST_UBLAS_INLINE size_type | index2 () const |
BOOST_UBLAS_INLINE const_iterator2 & | operator= (const const_iterator2 &it) |
BOOST_UBLAS_INLINE bool | operator== (const const_iterator2 &it) const |
BOOST_UBLAS_INLINE bool | operator< (const const_iterator2 &it) const |
Friends | |
class | iterator2 |
typedef matrix::difference_type boost::numeric::ublas::matrix< T, L, A >::const_iterator2::difference_type |
typedef const_iterator1 boost::numeric::ublas::matrix< T, L, A >::const_iterator2::dual_iterator_type |
typedef const_reverse_iterator1 boost::numeric::ublas::matrix< T, L, A >::const_iterator2::dual_reverse_iterator_type |
typedef const matrix::pointer boost::numeric::ublas::matrix< T, L, A >::const_iterator2::pointer |
typedef matrix::const_reference boost::numeric::ublas::matrix< T, L, A >::const_iterator2::reference |
typedef matrix::value_type boost::numeric::ublas::matrix< T, L, A >::const_iterator2::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References boost::numeric::ublas::begin().
|
inline |
References boost::numeric::ublas::end().
|
inline |
References boost::rbegin().
|
inline |
References boost::rend().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References BOOST_UBLAS_CHECK, and boost::numeric::ublas::matrix< T, L, A >::size2().
|
inline |
|
inline |
|
inline |
References BOOST_UBLAS_CHECK.
|
inline |
References boost::assign().
|
inline |
References BOOST_UBLAS_CHECK.
|
inline |
References boost::n.
|
inline |
References boost::numeric::ublas::end().
|
inline |
References boost::numeric::ublas::begin().
|
friend |