![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <banded.hpp>
Definition at line 650 of file banded.hpp.
typedef banded_matrix::value_type boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::value_type |
Definition at line 655 of file banded.hpp.
typedef banded_matrix::difference_type boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::difference_type |
Definition at line 656 of file banded.hpp.
typedef banded_matrix::const_reference boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::reference |
Definition at line 657 of file banded.hpp.
typedef const banded_matrix::pointer boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::pointer |
Definition at line 658 of file banded.hpp.
typedef const_iterator1 boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::dual_iterator_type |
Definition at line 660 of file banded.hpp.
typedef const_reverse_iterator1 boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::dual_reverse_iterator_type |
Definition at line 661 of file banded.hpp.
typedef banded_matrix boost::numeric::ublas::container_const_reference< banded_matrix >::container_type [inherited] |
Definition at line 31 of file iterator.hpp.
typedef const_iterator2 boost::numeric::ublas::random_access_iterator_base< packed_random_access_iterator_tag , const_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< packed_random_access_iterator_tag , const_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< packed_random_access_iterator_tag , const_iterator2 , value_type , std::ptrdiff_t >::derived_difference_type [inherited] |
Definition at line 207 of file iterator.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::const_iterator2 | ( | ) | [inline] |
Definition at line 665 of file banded.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::const_iterator2 | ( | const self_type & | m, |
size_type | it1, | ||
size_type | it2 | ||
) | [inline] |
Definition at line 668 of file banded.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::const_iterator2 | ( | const iterator2 & | it | ) | [inline] |
Definition at line 671 of file banded.hpp.
BOOST_UBLAS_INLINE const_iterator2& boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::operator++ | ( | ) | [inline] |
Definition at line 676 of file banded.hpp.
BOOST_UBLAS_INLINE const_iterator2& boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::operator-- | ( | ) | [inline] |
Definition at line 681 of file banded.hpp.
BOOST_UBLAS_INLINE const_iterator2& boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::operator+= | ( | difference_type | n | ) | [inline] |
Definition at line 686 of file banded.hpp.
BOOST_UBLAS_INLINE const_iterator2& boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::operator-= | ( | difference_type | n | ) | [inline] |
Definition at line 691 of file banded.hpp.
BOOST_UBLAS_INLINE difference_type boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::operator- | ( | const const_iterator2 & | it | ) | const [inline] |
Definition at line 696 of file banded.hpp.
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::operator* | ( | ) | const [inline] |
Definition at line 704 of file banded.hpp.
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::operator[] | ( | difference_type | n | ) | const [inline] |
Definition at line 708 of file banded.hpp.
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::begin | ( | ) | const [inline] |
Definition at line 717 of file banded.hpp.
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::end | ( | ) | const [inline] |
Definition at line 724 of file banded.hpp.
BOOST_UBLAS_INLINE const_reverse_iterator1 boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::rbegin | ( | ) | const [inline] |
Definition at line 731 of file banded.hpp.
BOOST_UBLAS_INLINE const_reverse_iterator1 boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::rend | ( | ) | const [inline] |
Definition at line 738 of file banded.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::index1 | ( | ) | const [inline] |
Definition at line 745 of file banded.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::index2 | ( | ) | const [inline] |
Definition at line 749 of file banded.hpp.
BOOST_UBLAS_INLINE const_iterator2& boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::operator= | ( | const const_iterator2 & | it | ) | [inline] |
Definition at line 755 of file banded.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::operator== | ( | const const_iterator2 & | it | ) | const [inline] |
Definition at line 764 of file banded.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::operator< | ( | const const_iterator2 & | it | ) | const [inline] |
Definition at line 770 of file banded.hpp.
BOOST_UBLAS_INLINE const container_type& boost::numeric::ublas::container_const_reference< banded_matrix >::operator() | ( | ) | const [inline, inherited] |
Definition at line 41 of file iterator.hpp.
BOOST_UBLAS_INLINE container_const_reference& boost::numeric::ublas::container_const_reference< banded_matrix >::assign | ( | const container_type * | c | ) | [inline, inherited] |
Definition at line 46 of file iterator.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::container_const_reference< banded_matrix >::same_closure | ( | const container_const_reference< banded_matrix > & | cr | ) | const [inline, inherited] |
Definition at line 53 of file iterator.hpp.
BOOST_UBLAS_INLINE derived_iterator_type boost::numeric::ublas::random_access_iterator_base< packed_random_access_iterator_tag , const_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< packed_random_access_iterator_tag , const_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< packed_random_access_iterator_tag , const_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< packed_random_access_iterator_tag , const_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< packed_random_access_iterator_tag , const_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< packed_random_access_iterator_tag , const_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< packed_random_access_iterator_tag , const_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< packed_random_access_iterator_tag , const_iterator2 , value_type , std::ptrdiff_t >::operator> | ( | const derived_iterator_type & | it | ) | const [inline, inherited] |
Definition at line 288 of file iterator.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.
size_type boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::it1_ [private] |
Definition at line 777 of file banded.hpp.
size_type boost::numeric::ublas::banded_matrix< T, L, A >::const_iterator2::it2_ [private] |
Definition at line 778 of file banded.hpp.