![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <matrix_proxy.hpp>
Public Types | |
typedef matrix_range | container_type |
typedef subiterator1_type::difference_type | difference_type |
typedef iterator2 | dual_iterator_type |
typedef reverse_iterator2 | dual_reverse_iterator_type |
typedef subiterator1_type::pointer | pointer |
typedef subiterator1_type::reference | reference |
typedef subiterator1_type::value_type | value_type |
Public Member Functions | |
BOOST_UBLAS_INLINE | iterator1 () |
BOOST_UBLAS_INLINE | iterator1 (self_type &mr, const subiterator1_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 container_type & | operator() () const |
BOOST_UBLAS_INLINE reference | operator* () const |
BOOST_UBLAS_INLINE iterator1 & | operator++ () |
BOOST_UBLAS_INLINE iterator1 & | operator+= (difference_type n) |
BOOST_UBLAS_INLINE difference_type | operator- (const iterator1 &it) const |
BOOST_UBLAS_INLINE iterator1 & | operator-- () |
BOOST_UBLAS_INLINE iterator1 & | operator-= (difference_type n) |
BOOST_UBLAS_INLINE bool | operator< (const iterator1 &it) const |
BOOST_UBLAS_INLINE iterator1 & | operator= (const iterator1 &it) |
BOOST_UBLAS_INLINE bool | operator== (const iterator1 &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 | |
subiterator1_type | it_ |
Friends | |
class | const_iterator1 |
Definition at line 2720 of file matrix_proxy.hpp.
typedef subiterator1_type::value_type boost::numeric::ublas::matrix_range< M >::iterator1::value_type |
Definition at line 2725 of file matrix_proxy.hpp.
typedef subiterator1_type::difference_type boost::numeric::ublas::matrix_range< M >::iterator1::difference_type |
Definition at line 2726 of file matrix_proxy.hpp.
typedef subiterator1_type::reference boost::numeric::ublas::matrix_range< M >::iterator1::reference |
Definition at line 2727 of file matrix_proxy.hpp.
typedef subiterator1_type::pointer boost::numeric::ublas::matrix_range< M >::iterator1::pointer |
Definition at line 2728 of file matrix_proxy.hpp.
typedef iterator2 boost::numeric::ublas::matrix_range< M >::iterator1::dual_iterator_type |
Definition at line 2729 of file matrix_proxy.hpp.
typedef reverse_iterator2 boost::numeric::ublas::matrix_range< M >::iterator1::dual_reverse_iterator_type |
Definition at line 2730 of file matrix_proxy.hpp.
typedef matrix_range boost::numeric::ublas::container_reference< matrix_range >::container_type [inherited] |
Definition at line 70 of file iterator.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix_range< M >::iterator1::iterator1 | ( | ) | [inline] |
Definition at line 2734 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix_range< M >::iterator1::iterator1 | ( | self_type & | mr, |
const subiterator1_type & | it | ||
) | [inline] |
Definition at line 2737 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::matrix_range< M >::iterator1::operator++ | ( | ) | [inline] |
Definition at line 2742 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::matrix_range< M >::iterator1::operator-- | ( | ) | [inline] |
Definition at line 2747 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::matrix_range< M >::iterator1::operator+= | ( | difference_type | n | ) | [inline] |
Definition at line 2752 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::matrix_range< M >::iterator1::operator-= | ( | difference_type | n | ) | [inline] |
Definition at line 2757 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE difference_type boost::numeric::ublas::matrix_range< M >::iterator1::operator- | ( | const iterator1 & | it | ) | const [inline] |
Definition at line 2762 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE reference boost::numeric::ublas::matrix_range< M >::iterator1::operator* | ( | ) | const [inline] |
Definition at line 2769 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE reference boost::numeric::ublas::matrix_range< M >::iterator1::operator[] | ( | difference_type | n | ) | const [inline] |
Definition at line 2773 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE iterator2 boost::numeric::ublas::matrix_range< M >::iterator1::begin | ( | ) | const [inline] |
Definition at line 2782 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE iterator2 boost::numeric::ublas::matrix_range< M >::iterator1::end | ( | ) | const [inline] |
Definition at line 2790 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE reverse_iterator2 boost::numeric::ublas::matrix_range< M >::iterator1::rbegin | ( | ) | const [inline] |
Definition at line 2798 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE reverse_iterator2 boost::numeric::ublas::matrix_range< M >::iterator1::rend | ( | ) | const [inline] |
Definition at line 2805 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::matrix_range< M >::iterator1::index1 | ( | ) | const [inline] |
Definition at line 2812 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::matrix_range< M >::iterator1::index2 | ( | ) | const [inline] |
Definition at line 2816 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::matrix_range< M >::iterator1::operator= | ( | const iterator1 & | it | ) | [inline] |
Definition at line 2822 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::matrix_range< M >::iterator1::operator== | ( | const iterator1 & | it | ) | const [inline] |
Definition at line 2830 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::matrix_range< M >::iterator1::operator< | ( | const iterator1 & | it | ) | const [inline] |
Definition at line 2835 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE container_type& boost::numeric::ublas::container_reference< matrix_range >::operator() | ( | ) | const [inline, inherited] |
Definition at line 80 of file iterator.hpp.
BOOST_UBLAS_INLINE container_reference& boost::numeric::ublas::container_reference< matrix_range >::assign | ( | container_type * | c | ) | [inline, inherited] |
Definition at line 85 of file iterator.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::container_reference< matrix_range >::same_closure | ( | const container_reference< matrix_range > & | cr | ) | const [inline, inherited] |
Definition at line 92 of file iterator.hpp.
friend class const_iterator1 [friend] |
Definition at line 2843 of file matrix_proxy.hpp.
subiterator1_type boost::numeric::ublas::matrix_range< M >::iterator1::it_ [private] |
Definition at line 2841 of file matrix_proxy.hpp.