![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <matrix_proxy.hpp>
Public Types | |
typedef matrix_column | container_type |
typedef subiterator_type::difference_type | difference_type |
typedef subiterator_type::pointer | pointer |
typedef subiterator_type::reference | reference |
typedef subiterator_type::value_type | value_type |
Public Member Functions | |
BOOST_UBLAS_INLINE | iterator () |
BOOST_UBLAS_INLINE | iterator (self_type &mc, const subiterator_type &it) |
BOOST_UBLAS_INLINE container_reference & | assign (container_type *c) |
BOOST_UBLAS_INLINE size_type | index () const |
BOOST_UBLAS_INLINE container_type & | operator() () const |
BOOST_UBLAS_INLINE reference | operator* () const |
BOOST_UBLAS_INLINE iterator & | operator++ () |
BOOST_UBLAS_INLINE iterator & | operator+= (difference_type n) |
BOOST_UBLAS_INLINE difference_type | operator- (const iterator &it) const |
BOOST_UBLAS_INLINE iterator & | operator-- () |
BOOST_UBLAS_INLINE iterator & | operator-= (difference_type n) |
BOOST_UBLAS_INLINE bool | operator< (const iterator &it) const |
BOOST_UBLAS_INLINE iterator & | operator= (const iterator &it) |
BOOST_UBLAS_INLINE bool | operator== (const iterator &it) const |
BOOST_UBLAS_INLINE reference | operator[] (difference_type n) const |
BOOST_UBLAS_INLINE bool | same_closure (const container_reference &cr) const |
Private Attributes | |
subiterator_type | it_ |
Friends | |
class | const_iterator |
Definition at line 796 of file matrix_proxy.hpp.
typedef subiterator_type::value_type boost::numeric::ublas::matrix_column< M >::iterator::value_type |
Definition at line 801 of file matrix_proxy.hpp.
typedef subiterator_type::difference_type boost::numeric::ublas::matrix_column< M >::iterator::difference_type |
Definition at line 802 of file matrix_proxy.hpp.
typedef subiterator_type::reference boost::numeric::ublas::matrix_column< M >::iterator::reference |
Definition at line 803 of file matrix_proxy.hpp.
typedef subiterator_type::pointer boost::numeric::ublas::matrix_column< M >::iterator::pointer |
Definition at line 804 of file matrix_proxy.hpp.
typedef matrix_column boost::numeric::ublas::container_reference< matrix_column >::container_type [inherited] |
Definition at line 70 of file iterator.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix_column< M >::iterator::iterator | ( | ) | [inline] |
Definition at line 808 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix_column< M >::iterator::iterator | ( | self_type & | mc, |
const subiterator_type & | it | ||
) | [inline] |
Definition at line 811 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE iterator& boost::numeric::ublas::matrix_column< M >::iterator::operator++ | ( | ) | [inline] |
Definition at line 816 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE iterator& boost::numeric::ublas::matrix_column< M >::iterator::operator-- | ( | ) | [inline] |
Definition at line 821 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE iterator& boost::numeric::ublas::matrix_column< M >::iterator::operator+= | ( | difference_type | n | ) | [inline] |
Definition at line 826 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE iterator& boost::numeric::ublas::matrix_column< M >::iterator::operator-= | ( | difference_type | n | ) | [inline] |
Definition at line 831 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE difference_type boost::numeric::ublas::matrix_column< M >::iterator::operator- | ( | const iterator & | it | ) | const [inline] |
Definition at line 836 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE reference boost::numeric::ublas::matrix_column< M >::iterator::operator* | ( | ) | const [inline] |
Definition at line 843 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE reference boost::numeric::ublas::matrix_column< M >::iterator::operator[] | ( | difference_type | n | ) | const [inline] |
Definition at line 848 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::matrix_column< M >::iterator::index | ( | ) | const [inline] |
Definition at line 854 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE iterator& boost::numeric::ublas::matrix_column< M >::iterator::operator= | ( | const iterator & | it | ) | [inline] |
Definition at line 860 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::matrix_column< M >::iterator::operator== | ( | const iterator & | it | ) | const [inline] |
Definition at line 868 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::matrix_column< M >::iterator::operator< | ( | const iterator & | it | ) | const [inline] |
Definition at line 873 of file matrix_proxy.hpp.
BOOST_UBLAS_INLINE container_type& boost::numeric::ublas::container_reference< matrix_column >::operator() | ( | ) | const [inline, inherited] |
Definition at line 80 of file iterator.hpp.
BOOST_UBLAS_INLINE container_reference& boost::numeric::ublas::container_reference< matrix_column >::assign | ( | container_type * | c | ) | [inline, inherited] |
Definition at line 85 of file iterator.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::container_reference< matrix_column >::same_closure | ( | const container_reference< matrix_column > & | cr | ) | const [inline, inherited] |
Definition at line 92 of file iterator.hpp.
friend class const_iterator [friend] |
Definition at line 881 of file matrix_proxy.hpp.
subiterator_type boost::numeric::ublas::matrix_column< M >::iterator::it_ [private] |
Definition at line 879 of file matrix_proxy.hpp.