![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <matrix.hpp>
Definition at line 884 of file matrix.hpp.
typedef matrix::value_type boost::numeric::ublas::matrix< T, L, A >::iterator2::value_type |
Definition at line 889 of file matrix.hpp.
typedef matrix::difference_type boost::numeric::ublas::matrix< T, L, A >::iterator2::difference_type |
Definition at line 890 of file matrix.hpp.
typedef matrix::reference boost::numeric::ublas::matrix< T, L, A >::iterator2::reference |
Definition at line 891 of file matrix.hpp.
typedef matrix::pointer boost::numeric::ublas::matrix< T, L, A >::iterator2::pointer |
Definition at line 892 of file matrix.hpp.
typedef iterator1 boost::numeric::ublas::matrix< T, L, A >::iterator2::dual_iterator_type |
Definition at line 894 of file matrix.hpp.
typedef reverse_iterator1 boost::numeric::ublas::matrix< T, L, A >::iterator2::dual_reverse_iterator_type |
Definition at line 895 of file matrix.hpp.
typedef matrix boost::numeric::ublas::container_reference< matrix >::container_type [inherited] |
Definition at line 70 of file iterator.hpp.
typedef iterator2 boost::numeric::ublas::random_access_iterator_base< dense_random_access_iterator_tag , iterator2 , value_type , std::ptrdiff_t >::derived_iterator_type [inherited] |
Definition at line 205 of file iterator.hpp.
typedef value_type boost::numeric::ublas::random_access_iterator_base< dense_random_access_iterator_tag , iterator2 , value_type , std::ptrdiff_t >::derived_value_type [inherited] |
Definition at line 206 of file iterator.hpp.
typedef std::ptrdiff_t boost::numeric::ublas::random_access_iterator_base< dense_random_access_iterator_tag , iterator2 , value_type , std::ptrdiff_t >::derived_difference_type [inherited] |
Definition at line 207 of file iterator.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix< T, L, A >::iterator2::iterator2 | ( | ) | [inline] |
Definition at line 899 of file matrix.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix< T, L, A >::iterator2::iterator2 | ( | self_type & | m, |
const subiterator_type & | it | ||
) | [inline] |
Definition at line 902 of file matrix.hpp.
BOOST_UBLAS_INLINE iterator2& boost::numeric::ublas::matrix< T, L, A >::iterator2::operator++ | ( | ) | [inline] |
Definition at line 907 of file matrix.hpp.
BOOST_UBLAS_INLINE iterator2& boost::numeric::ublas::matrix< T, L, A >::iterator2::operator-- | ( | ) | [inline] |
Definition at line 912 of file matrix.hpp.
BOOST_UBLAS_INLINE iterator2& boost::numeric::ublas::matrix< T, L, A >::iterator2::operator+= | ( | difference_type | n | ) | [inline] |
Definition at line 917 of file matrix.hpp.
BOOST_UBLAS_INLINE iterator2& boost::numeric::ublas::matrix< T, L, A >::iterator2::operator-= | ( | difference_type | n | ) | [inline] |
Definition at line 922 of file matrix.hpp.
BOOST_UBLAS_INLINE difference_type boost::numeric::ublas::matrix< T, L, A >::iterator2::operator- | ( | const iterator2 & | it | ) | const [inline] |
Definition at line 927 of file matrix.hpp.
BOOST_UBLAS_INLINE reference boost::numeric::ublas::matrix< T, L, A >::iterator2::operator* | ( | ) | const [inline] |
Definition at line 934 of file matrix.hpp.
BOOST_UBLAS_INLINE reference boost::numeric::ublas::matrix< T, L, A >::iterator2::operator[] | ( | difference_type | n | ) | const [inline] |
Definition at line 940 of file matrix.hpp.
BOOST_UBLAS_INLINE iterator1 boost::numeric::ublas::matrix< T, L, A >::iterator2::begin | ( | ) | const [inline] |
Definition at line 949 of file matrix.hpp.
BOOST_UBLAS_INLINE iterator1 boost::numeric::ublas::matrix< T, L, A >::iterator2::end | ( | ) | const [inline] |
Definition at line 957 of file matrix.hpp.
BOOST_UBLAS_INLINE reverse_iterator1 boost::numeric::ublas::matrix< T, L, A >::iterator2::rbegin | ( | ) | const [inline] |
Definition at line 965 of file matrix.hpp.
BOOST_UBLAS_INLINE reverse_iterator1 boost::numeric::ublas::matrix< T, L, A >::iterator2::rend | ( | ) | const [inline] |
Definition at line 972 of file matrix.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::matrix< T, L, A >::iterator2::index1 | ( | ) | const [inline] |
Definition at line 979 of file matrix.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::matrix< T, L, A >::iterator2::index2 | ( | ) | const [inline] |
Definition at line 984 of file matrix.hpp.
BOOST_UBLAS_INLINE iterator2& boost::numeric::ublas::matrix< T, L, A >::iterator2::operator= | ( | const iterator2 & | it | ) | [inline] |
Definition at line 991 of file matrix.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::matrix< T, L, A >::iterator2::operator== | ( | const iterator2 & | it | ) | const [inline] |
Definition at line 999 of file matrix.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::matrix< T, L, A >::iterator2::operator< | ( | const iterator2 & | it | ) | const [inline] |
Definition at line 1004 of file matrix.hpp.
BOOST_UBLAS_INLINE container_type& boost::numeric::ublas::container_reference< matrix >::operator() | ( | ) | const [inline, inherited] |
Definition at line 80 of file iterator.hpp.
BOOST_UBLAS_INLINE container_reference& boost::numeric::ublas::container_reference< matrix >::assign | ( | container_type * | c | ) | [inline, inherited] |
Definition at line 85 of file iterator.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::container_reference< matrix >::same_closure | ( | const container_reference< matrix > & | cr | ) | const [inline, inherited] |
Definition at line 92 of file iterator.hpp.
BOOST_UBLAS_INLINE derived_iterator_type boost::numeric::ublas::random_access_iterator_base< dense_random_access_iterator_tag , iterator2 , value_type , std::ptrdiff_t >::operator++ | ( | int | ) | [inline, inherited] |
Definition at line 220 of file iterator.hpp.
BOOST_UBLAS_INLINE derived_iterator_type boost::numeric::ublas::random_access_iterator_base< dense_random_access_iterator_tag , iterator2 , value_type , std::ptrdiff_t >::operator-- | ( | int | ) | [inline, inherited] |
Definition at line 233 of file iterator.hpp.
BOOST_UBLAS_INLINE derived_iterator_type boost::numeric::ublas::random_access_iterator_base< dense_random_access_iterator_tag , iterator2 , value_type , std::ptrdiff_t >::operator+ | ( | derived_difference_type | n | ) | const [inline, inherited] |
Definition at line 246 of file iterator.hpp.
BOOST_UBLAS_INLINE derived_iterator_type boost::numeric::ublas::random_access_iterator_base< dense_random_access_iterator_tag , iterator2 , value_type , std::ptrdiff_t >::operator- | ( | derived_difference_type | n | ) | const [inline, inherited] |
Definition at line 261 of file iterator.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::random_access_iterator_base< dense_random_access_iterator_tag , iterator2 , value_type , std::ptrdiff_t >::operator!= | ( | const derived_iterator_type & | it | ) | const [inline, inherited] |
Definition at line 273 of file iterator.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::random_access_iterator_base< dense_random_access_iterator_tag , iterator2 , value_type , std::ptrdiff_t >::operator<= | ( | const derived_iterator_type & | it | ) | const [inline, inherited] |
Definition at line 278 of file iterator.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::random_access_iterator_base< dense_random_access_iterator_tag , iterator2 , value_type , std::ptrdiff_t >::operator>= | ( | const derived_iterator_type & | it | ) | const [inline, inherited] |
Definition at line 283 of file iterator.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::random_access_iterator_base< dense_random_access_iterator_tag , iterator2 , value_type , std::ptrdiff_t >::operator> | ( | const derived_iterator_type & | it | ) | const [inline, inherited] |
Definition at line 288 of file iterator.hpp.
friend class const_iterator2 [friend] |
Definition at line 1012 of file matrix.hpp.
BOOST_UBLAS_INLINE friend derived_iterator_type operator++ | ( | derived_iterator_type & | d, |
int | |||
) | [friend, inherited] |
Definition at line 227 of file iterator.hpp.
BOOST_UBLAS_INLINE friend derived_iterator_type operator-- | ( | derived_iterator_type & | d, |
int | |||
) | [friend, inherited] |
Definition at line 240 of file iterator.hpp.
BOOST_UBLAS_INLINE friend derived_iterator_type operator+ | ( | const derived_iterator_type & | d, |
derived_difference_type | n | ||
) | [friend, inherited] |
Definition at line 251 of file iterator.hpp.
BOOST_UBLAS_INLINE friend derived_iterator_type operator+ | ( | derived_difference_type | n, |
const derived_iterator_type & | d | ||
) | [friend, inherited] |
Definition at line 256 of file iterator.hpp.
BOOST_UBLAS_INLINE friend derived_iterator_type operator- | ( | const derived_iterator_type & | d, |
derived_difference_type | n | ||
) | [friend, inherited] |
Definition at line 266 of file iterator.hpp.
subiterator_type boost::numeric::ublas::matrix< T, L, A >::iterator2::it_ [private] |
Definition at line 1010 of file matrix.hpp.