![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <symmetric.hpp>
Definition at line 447 of file symmetric.hpp.
typedef symmetric_matrix::value_type boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::value_type |
Definition at line 452 of file symmetric.hpp.
typedef symmetric_matrix::difference_type boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::difference_type |
Definition at line 453 of file symmetric.hpp.
typedef symmetric_matrix::reference boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::reference |
Definition at line 454 of file symmetric.hpp.
typedef symmetric_matrix::pointer boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::pointer |
Definition at line 455 of file symmetric.hpp.
typedef iterator2 boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::dual_iterator_type |
Definition at line 456 of file symmetric.hpp.
typedef reverse_iterator2 boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::dual_reverse_iterator_type |
Definition at line 457 of file symmetric.hpp.
typedef symmetric_matrix boost::numeric::ublas::container_reference< symmetric_matrix >::container_type [inherited] |
Definition at line 70 of file iterator.hpp.
typedef iterator1 boost::numeric::ublas::random_access_iterator_base< packed_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< packed_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< packed_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::symmetric_matrix< T, TRI, L, A >::iterator1::iterator1 | ( | ) | [inline] |
Definition at line 461 of file symmetric.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::iterator1 | ( | self_type & | m, |
size_type | it1, | ||
size_type | it2 | ||
) | [inline] |
Definition at line 464 of file symmetric.hpp.
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::operator++ | ( | ) | [inline] |
Definition at line 469 of file symmetric.hpp.
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::operator-- | ( | ) | [inline] |
Definition at line 474 of file symmetric.hpp.
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::operator+= | ( | difference_type | n | ) | [inline] |
Definition at line 479 of file symmetric.hpp.
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::operator-= | ( | difference_type | n | ) | [inline] |
Definition at line 484 of file symmetric.hpp.
BOOST_UBLAS_INLINE difference_type boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::operator- | ( | const iterator1 & | it | ) | const [inline] |
Definition at line 489 of file symmetric.hpp.
BOOST_UBLAS_INLINE reference boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::operator* | ( | ) | const [inline] |
Definition at line 497 of file symmetric.hpp.
BOOST_UBLAS_INLINE reference boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::operator[] | ( | difference_type | n | ) | const [inline] |
Definition at line 501 of file symmetric.hpp.
BOOST_UBLAS_INLINE iterator2 boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::begin | ( | ) | const [inline] |
Definition at line 510 of file symmetric.hpp.
BOOST_UBLAS_INLINE iterator2 boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::end | ( | ) | const [inline] |
Definition at line 517 of file symmetric.hpp.
BOOST_UBLAS_INLINE reverse_iterator2 boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::rbegin | ( | ) | const [inline] |
Definition at line 524 of file symmetric.hpp.
BOOST_UBLAS_INLINE reverse_iterator2 boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::rend | ( | ) | const [inline] |
Definition at line 531 of file symmetric.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::index1 | ( | ) | const [inline] |
Definition at line 538 of file symmetric.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::index2 | ( | ) | const [inline] |
Definition at line 542 of file symmetric.hpp.
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::operator= | ( | const iterator1 & | it | ) | [inline] |
Definition at line 548 of file symmetric.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::operator== | ( | const iterator1 & | it | ) | const [inline] |
Definition at line 557 of file symmetric.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::operator< | ( | const iterator1 & | it | ) | const [inline] |
Definition at line 563 of file symmetric.hpp.
BOOST_UBLAS_INLINE container_type& boost::numeric::ublas::container_reference< symmetric_matrix >::operator() | ( | ) | const [inline, inherited] |
Definition at line 80 of file iterator.hpp.
BOOST_UBLAS_INLINE container_reference& boost::numeric::ublas::container_reference< symmetric_matrix >::assign | ( | container_type * | c | ) | [inline, inherited] |
Definition at line 85 of file iterator.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::container_reference< symmetric_matrix >::same_closure | ( | const container_reference< symmetric_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< packed_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< packed_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< packed_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< packed_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< packed_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< packed_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< packed_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< packed_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 573 of file symmetric.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::symmetric_matrix< T, TRI, L, A >::iterator1::it1_ [private] |
Definition at line 570 of file symmetric.hpp.
size_type boost::numeric::ublas::symmetric_matrix< T, TRI, L, A >::iterator1::it2_ [private] |
Definition at line 571 of file symmetric.hpp.