![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <matrix.hpp>
Definition at line 597 of file matrix.hpp.
typedef matrix::value_type boost::numeric::ublas::matrix< T, L, A >::iterator1::value_type |
Definition at line 602 of file matrix.hpp.
typedef matrix::difference_type boost::numeric::ublas::matrix< T, L, A >::iterator1::difference_type |
Definition at line 603 of file matrix.hpp.
typedef matrix::reference boost::numeric::ublas::matrix< T, L, A >::iterator1::reference |
Definition at line 604 of file matrix.hpp.
typedef matrix::pointer boost::numeric::ublas::matrix< T, L, A >::iterator1::pointer |
Definition at line 605 of file matrix.hpp.
typedef iterator2 boost::numeric::ublas::matrix< T, L, A >::iterator1::dual_iterator_type |
Definition at line 607 of file matrix.hpp.
typedef reverse_iterator2 boost::numeric::ublas::matrix< T, L, A >::iterator1::dual_reverse_iterator_type |
Definition at line 608 of file matrix.hpp.
typedef matrix boost::numeric::ublas::container_reference< matrix >::container_type [inherited] |
Definition at line 70 of file iterator.hpp.
typedef iterator1 boost::numeric::ublas::random_access_iterator_base< dense_random_access_iterator_tag , iterator1 , 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 , iterator1 , 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 , iterator1 , 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 >::iterator1::iterator1 | ( | ) | [inline] |
Definition at line 612 of file matrix.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix< T, L, A >::iterator1::iterator1 | ( | self_type & | m, |
const subiterator_type & | it | ||
) | [inline] |
Definition at line 615 of file matrix.hpp.
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::matrix< T, L, A >::iterator1::operator++ | ( | ) | [inline] |
Definition at line 620 of file matrix.hpp.
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::matrix< T, L, A >::iterator1::operator-- | ( | ) | [inline] |
Definition at line 625 of file matrix.hpp.
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::matrix< T, L, A >::iterator1::operator+= | ( | difference_type | n | ) | [inline] |
Definition at line 630 of file matrix.hpp.
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::matrix< T, L, A >::iterator1::operator-= | ( | difference_type | n | ) | [inline] |
Definition at line 635 of file matrix.hpp.
BOOST_UBLAS_INLINE difference_type boost::numeric::ublas::matrix< T, L, A >::iterator1::operator- | ( | const iterator1 & | it | ) | const [inline] |
Definition at line 640 of file matrix.hpp.
BOOST_UBLAS_INLINE reference boost::numeric::ublas::matrix< T, L, A >::iterator1::operator* | ( | ) | const [inline] |
Definition at line 647 of file matrix.hpp.
BOOST_UBLAS_INLINE reference boost::numeric::ublas::matrix< T, L, A >::iterator1::operator[] | ( | difference_type | n | ) | const [inline] |
Definition at line 653 of file matrix.hpp.
BOOST_UBLAS_INLINE iterator2 boost::numeric::ublas::matrix< T, L, A >::iterator1::begin | ( | ) | const [inline] |
Definition at line 662 of file matrix.hpp.
BOOST_UBLAS_INLINE iterator2 boost::numeric::ublas::matrix< T, L, A >::iterator1::end | ( | ) | const [inline] |
Definition at line 670 of file matrix.hpp.
BOOST_UBLAS_INLINE reverse_iterator2 boost::numeric::ublas::matrix< T, L, A >::iterator1::rbegin | ( | ) | const [inline] |
Definition at line 678 of file matrix.hpp.
BOOST_UBLAS_INLINE reverse_iterator2 boost::numeric::ublas::matrix< T, L, A >::iterator1::rend | ( | ) | const [inline] |
Definition at line 685 of file matrix.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::matrix< T, L, A >::iterator1::index1 | ( | ) | const [inline] |
Definition at line 692 of file matrix.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::matrix< T, L, A >::iterator1::index2 | ( | ) | const [inline] |
Definition at line 697 of file matrix.hpp.
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::matrix< T, L, A >::iterator1::operator= | ( | const iterator1 & | it | ) | [inline] |
Definition at line 704 of file matrix.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::matrix< T, L, A >::iterator1::operator== | ( | const iterator1 & | it | ) | const [inline] |
Definition at line 712 of file matrix.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::matrix< T, L, A >::iterator1::operator< | ( | const iterator1 & | it | ) | const [inline] |
Definition at line 717 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 , iterator1 , 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 , iterator1 , 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 , iterator1 , 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 , iterator1 , 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 , iterator1 , 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 , iterator1 , 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 , iterator1 , 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 , iterator1 , 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_iterator1 [friend] |
Definition at line 725 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 >::iterator1::it_ [private] |
Definition at line 723 of file matrix.hpp.