/third_party/boost/boost/numeric/ublas/ |
D | symmetric.hpp | 321 container_const_reference<self_type> (), it1_ (), it2_ () {} in const_iterator1() 324 container_const_reference<self_type> (m), it1_ (it1), it2_ (it2) {} in const_iterator1() 327 container_const_reference<self_type> (it ()), it1_ (it.it1_), it2_ (it.it2_) {} in const_iterator1() 353 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator -() 360 return (*this) () (it1_, it2_); in operator *() 433 return it2_; in index2() 441 it2_ = it.it2_; in operator =() 449 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator ==() 455 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator <() 461 size_type it2_; member in boost::numeric::ublas::symmetric_matrix::const_iterator1 [all …]
|
D | hermitian.hpp | 554 container_const_reference<self_type> (), it1_ (), it2_ () {} in const_iterator1() 557 container_const_reference<self_type> (m), it1_ (it1), it2_ (it2) {} in const_iterator1() 560 container_const_reference<self_type> (it ()), it1_ (it.it1_), it2_ (it.it2_) {} in const_iterator1() 586 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator -() 593 return (*this) () (it1_, it2_); in operator *() 666 return it2_; in index2() 674 it2_ = it.it2_; in operator =() 682 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator ==() 688 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator <() 694 size_type it2_; member in boost::numeric::ublas::hermitian_matrix::const_iterator1 [all …]
|
D | matrix_proxy.hpp | 1193 container_const_reference<self_type> (), it1_ (), it2_ () {} in const_iterator() 1196 container_const_reference<self_type> (mvr), it1_ (it1), it2_ (it2) {} in const_iterator() 1199 container_const_reference<self_type> (it ()), it1_ (it.it1_), it2_ (it.it2_) {} in const_iterator() 1205 ++ it2_; in operator ++() 1211 -- it2_; in operator --() 1217 it2_ += n; in operator +=() 1223 it2_ -= n; in operator -=() 1229 return BOOST_UBLAS_SAME (it1_ - it.it1_, it2_ - it.it2_); in operator -() 1236 return (*this) ().data_ (*it1_, *it2_); in operator *() 1246 return BOOST_UBLAS_SAME (it1_.index (), it2_.index ()); in index() [all …]
|
D | matrix_expression.hpp | 478 container_const_reference<self_type> (), it1_ (), it2_ (), t2_ () {} in const_iterator1() 481 container_const_reference<self_type> (vmb), it1_ (it1), it2_ (it2), t2_ (t2) {} in const_iterator1() 485 container_const_reference<self_type> (), it1_ (), it2_ () {} in const_iterator1() 488 container_const_reference<self_type> (vmb), it1_ (it1), it2_ (it2) {} in const_iterator1() 515 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator -() 525 return functor_type::apply (*it1_, *it2_); in operator *() 599 return it2_.index (); in index2() 607 it2_ = it.it2_; in operator =() 618 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator ==() 624 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator <() [all …]
|
D | banded.hpp | 488 container_const_reference<self_type> (), it1_ (), it2_ () {} in const_iterator1() 491 container_const_reference<self_type> (m), it1_ (it1), it2_ (it2) {} in const_iterator1() 494 container_const_reference<self_type> (it ()), it1_ (it.it1_), it2_ (it.it2_) {} in const_iterator1() 520 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator -() 527 return (*this) () (it1_, it2_); in operator *() 600 return it2_; in index2() 608 it2_ = it.it2_; in operator =() 616 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator ==() 622 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator <() 628 size_type it2_; member in boost::numeric::ublas::banded_matrix::const_iterator1 [all …]
|
D | triangular.hpp | 363 container_const_reference<self_type> (), it1_ (), it2_ () {} in const_iterator1() 366 container_const_reference<self_type> (m), it1_ (it1), it2_ (it2) {} in const_iterator1() 369 container_const_reference<self_type> (it ()), it1_ (it.it1_), it2_ (it.it2_) {} in const_iterator1() 395 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator -() 402 return (*this) () (it1_, it2_); in operator *() 475 return it2_; in index2() 483 it2_ = it.it2_; in operator =() 491 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator ==() 497 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator <() 503 size_type it2_; member in boost::numeric::ublas::triangular_matrix::const_iterator1 [all …]
|
D | vector_expression.hpp | 667 … container_const_reference<self_type> (), i_ (), it1_ (), it1_end_ (), it2_ (), it2_end_ () {} in const_iterator() 672 …_const_reference<self_type> (vb), i_ (i), it1_ (it1), it1_end_ (it1_end), it2_ (it2), it2_end_ (it… in const_iterator() 678 ++ i_; ++ it1_; ++ it2_; in increment() 682 -- i_; -- it1_; -- it2_; in decrement() 686 i_ += n; it1_ += n; it2_ += n; in increment() 690 i_ -= n; it1_ -= n; it2_ -= n; in decrement() 694 return functor_type::apply (*it1_, *it2_); in dereference() 703 if (it2_ != it2_end_) in increment() 704 if (it2_.index () <= i_) in increment() 705 ++ it2_; in increment() [all …]
|
D | matrix.hpp | 4563 container_const_reference<scalar_matrix> (), it1_ (), it2_ () {} in const_iterator1() 4566 container_const_reference<scalar_matrix> (m), it1_ (it1), it2_ (it2) {} in const_iterator1() 4592 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator -() 4676 return it2_; in index2() 4684 it2_ = it.it2_; in operator =() 4692 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator ==() 4698 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator <() 4704 const_subiterator_type it2_; member in boost::numeric::ublas::scalar_matrix::const_iterator1 4744 container_const_reference<scalar_matrix> (), it1_ (), it2_ () {} in const_iterator2() 4747 container_const_reference<scalar_matrix> (m), it1_ (it1), it2_ (it2) {} in const_iterator2() [all …]
|
/third_party/boost/boost/numeric/ublas/detail/ |
D | iterator.hpp | 892 container_reference<container_type> (), it1_ (), it2_ () {} in indexed_iterator1() 895 container_reference<container_type> (c), it1_ (it1), it2_ (it2) {} in indexed_iterator1() 921 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator -() 930 return (*this) () (it1_, it2_); in operator *() 944 return it2_; in index2() 971 it2_ = it.it2_; in operator =() 979 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator ==() 985 BOOST_UBLAS_CHECK (it2_ == it.it2_, external_logic ()); in operator <() 991 size_type it2_; member in boost::numeric::ublas::indexed_iterator1 1039 container_const_reference<container_type> (), it1_ (), it2_ () {} in indexed_const_iterator1() [all …]
|
/third_party/boost/libs/stl_interfaces/example/ |
D | zip_proxy_iterator.cpp | 27 constexpr zip_iterator() noexcept : it1_(), it2_() {} in zip_iterator() 28 constexpr zip_iterator(int * it1, int * it2) noexcept : it1_(it1), it2_(it2) in zip_iterator() 33 return std::tuple<int &, int &>{*it1_, *it2_}; in operator *() 38 it2_ += i; in operator +=() 48 int * it2_; member
|
/third_party/boost/libs/stl_interfaces/test/ |
D | reverse_iter.cpp | 24 zip_iter() : it1_(nullptr), it2_(nullptr) {} in zip_iter() 25 zip_iter(int * it1, int * it2) : it1_(it1), it2_(it2) {} in zip_iter() 29 return std::tuple<int &, int &>{*it1_, *it2_}; in operator *() 34 it2_ += i; in operator +=() 44 int * it2_; member
|
D | random_access.cpp | 201 zip_iter() : it1_(nullptr), it2_(nullptr) {} in zip_iter() 202 zip_iter(int * it1, int * it2) : it1_(it1), it2_(it2) {} in zip_iter() 206 return std::tuple<int &, int &>{*it1_, *it2_}; in operator *() 211 it2_ += i; in operator +=() 221 int * it2_; member 261 udt_zip_iter() : it1_(nullptr), it2_(nullptr) {} in udt_zip_iter() 262 udt_zip_iter(int_t * it1, int * it2) : it1_(it1), it2_(it2) {} in udt_zip_iter() 266 return std::tuple<int_t &, int &>{*it1_, *it2_}; in operator *() 271 it2_ += i; in operator +=() 281 int * it2_; member
|
/third_party/boost/boost/icl/concept/ |
D | element_map.hpp | 397 ICL_FORALL(typename Type, it2_, object) in operator ^=() 398 (*it2_).second = identity_element<typename Type::codomain_type>::value(); in operator ^=()
|