#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_iterator2 | dual_iterator_type |
typedef const_reverse_iterator2 | dual_reverse_iterator_type |
Public Member Functions | |
BOOST_UBLAS_INLINE | const_iterator1 () |
BOOST_UBLAS_INLINE | const_iterator1 (const self_type &m, const const_subiterator_type &it) |
BOOST_UBLAS_INLINE | const_iterator1 (const iterator1 &it) |
BOOST_UBLAS_INLINE const_iterator1 & | operator++ () |
BOOST_UBLAS_INLINE const_iterator1 & | operator-- () |
BOOST_UBLAS_INLINE const_iterator1 & | operator+= (difference_type n) |
BOOST_UBLAS_INLINE const_iterator1 & | operator-= (difference_type n) |
BOOST_UBLAS_INLINE difference_type | operator- (const const_iterator1 &it) const |
BOOST_UBLAS_INLINE const_reference | operator* () const |
BOOST_UBLAS_INLINE const_reference | operator[] (difference_type n) const |
BOOST_UBLAS_INLINE const_iterator2 | begin () const |
BOOST_UBLAS_INLINE const_iterator2 | cbegin () const |
BOOST_UBLAS_INLINE const_iterator2 | end () const |
BOOST_UBLAS_INLINE const_iterator2 | cend () const |
BOOST_UBLAS_INLINE const_reverse_iterator2 | rbegin () const |
BOOST_UBLAS_INLINE const_reverse_iterator2 | crbegin () const |
BOOST_UBLAS_INLINE const_reverse_iterator2 | rend () const |
BOOST_UBLAS_INLINE const_reverse_iterator2 | crend () const |
BOOST_UBLAS_INLINE size_type | index1 () const |
BOOST_UBLAS_INLINE size_type | index2 () const |
BOOST_UBLAS_INLINE const_iterator1 & | operator= (const const_iterator1 &it) |
BOOST_UBLAS_INLINE bool | operator== (const const_iterator1 &it) const |
BOOST_UBLAS_INLINE bool | operator< (const const_iterator1 &it) const |
Friends | |
class | iterator1 |
typedef matrix::difference_type boost::numeric::ublas::matrix< T, L, A >::const_iterator1::difference_type |
typedef const_iterator2 boost::numeric::ublas::matrix< T, L, A >::const_iterator1::dual_iterator_type |
typedef const_reverse_iterator2 boost::numeric::ublas::matrix< T, L, A >::const_iterator1::dual_reverse_iterator_type |
typedef const matrix::pointer boost::numeric::ublas::matrix< T, L, A >::const_iterator1::pointer |
typedef matrix::const_reference boost::numeric::ublas::matrix< T, L, A >::const_iterator1::reference |
typedef matrix::value_type boost::numeric::ublas::matrix< T, L, A >::const_iterator1::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 |