/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/ |
D | vector_proxy.hpp | 229 typename V::iterator>::type subiterator_type; typedef in boost::numeric::ublas::vector_range 234 typename subiterator_type::iterator_category> iterator; 254 subiterator_type it (data_.find (start () + i)); in find() 373 public iterator_base_traits<typename subiterator_type::iterator_category>::template 376 typedef typename subiterator_type::difference_type difference_type; 377 typedef typename subiterator_type::value_type value_type; 378 typedef typename subiterator_type::reference reference; 379 typedef typename subiterator_type::pointer pointer; 386 iterator (self_type &vr, const subiterator_type &it): in iterator() 454 subiterator_type it_; [all …]
|
D | vector_sparse.hpp | 431 …std::pair<subiterator_type, bool> ii (data ().insert (typename array_type::value_type (i, value_ty… in ref() 457 … std::pair<subiterator_type, bool> ii = data ().insert (typename array_type::value_type (i, t)); in insert_element() 466 subiterator_type it = data ().find (i); in erase_element() 579 typedef typename A::iterator subiterator_type; typedef in boost::numeric::ublas::mapped_vector 584 subiterator_type it (data ().find (i)); in at_element() 704 iterator (self_type &v, const subiterator_type &it): in iterator() 750 subiterator_type it_; 1015 …subiterator_type it (detail::lower_bound (index_data_.begin (), index_data_.begin () + filled_, k_… in ref() 1046 …subiterator_type it (detail::lower_bound (index_data_.begin (), index_data_.begin () + filled_, k_… in insert_element() 1048 … typename std::iterator_traits<subiterator_type>::difference_type n = it - index_data_.begin (); in insert_element() [all …]
|
D | matrix_sparse.hpp | 404 …std::pair<subiterator_type, bool> ii (data ().insert (typename array_type::value_type (element, va… in operator ()() 417 …std::pair<subiterator_type, bool> ii (data ().insert (typename array_type::value_type (element, t)… in insert_element() 425 subiterator_type it = data ().find (layout_type::element (i, size1_, j, size2_)); in erase_element() 538 typedef typename A::iterator subiterator_type; typedef in boost::numeric::ublas::mapped_matrix 543 subiterator_type it (data ().find (element)); in at_element() 591 subiterator_type it (data ().lower_bound (layout_type::address (i, size1_, j, size2_))); in find1() 592 subiterator_type it_end (data ().end ()); in find1() 649 subiterator_type it (data ().lower_bound (layout_type::address (i, size1_, j, size2_))); in find2() 650 subiterator_type it_end (data ().end ()); in find2() 881 … iterator1 (self_type &m, int rank, size_type i, size_type j, const subiterator_type &it): in iterator1() [all …]
|
D | vector_of_vector.hpp | 336 typedef typename A::value_type::iterator subiterator_type; typedef in boost::numeric::ublas::generalized_vector_of_vector 400 subiterator_type it ((*itv).find (layout_type::index_m (i, j))); in find1() 401 subiterator_type it_end ((*itv).end ()); in find1() 476 subiterator_type it ((*itv).find (layout_type::index_m (i, j))); in find2() 477 subiterator_type it_end ((*itv).end ()); in find2() 731 …m, int rank, size_type i, size_type j, const vectoriterator_type &itv, const subiterator_type &it): in iterator1() 866 subiterator_type it_; 1102 …m, int rank, size_type i, size_type j, const vectoriterator_type &itv, const subiterator_type &it): in iterator2() 1237 subiterator_type it_;
|
D | vector.hpp | 478 typedef typename A::iterator subiterator_type; typedef in boost::numeric::ublas::vector 685 iterator (self_type &v, const subiterator_type &it): in iterator() 754 subiterator_type it_; 1249 typedef typename A::iterator subiterator_type; typedef in boost::numeric::ublas::fixed_vector 1456 iterator (self_type &v, const subiterator_type &it): in iterator() 1525 subiterator_type it_; 2653 typedef pointer subiterator_type; typedef in boost::numeric::ublas::c_vector 2810 iterator (self_type &v, const subiterator_type &it): in iterator() 2881 subiterator_type it_;
|
D | matrix_proxy.hpp | 205 typename M::iterator2>::type subiterator_type; typedef in boost::numeric::ublas::matrix_row 210 typename subiterator_type::iterator_category> iterator; 230 subiterator_type it2 (data_.find2 (1, i_, j)); in find() 349 public iterator_base_traits<typename subiterator_type::iterator_category>::template 352 typedef typename subiterator_type::value_type value_type; 353 typedef typename subiterator_type::difference_type difference_type; 354 typedef typename subiterator_type::reference reference; 355 typedef typename subiterator_type::pointer pointer; 362 iterator (self_type &mr, const subiterator_type &it): in iterator() 430 subiterator_type it_; [all …]
|
D | matrix.hpp | 429 typedef typename A::iterator subiterator_type; typedef in boost::numeric::ublas::matrix 683 iterator1 (self_type &m, const subiterator_type &it): in iterator1() 791 subiterator_type it_; 1006 iterator2 (self_type &m, const subiterator_type &it): in iterator2() 1114 subiterator_type it_; 1512 typedef typename A::iterator subiterator_type; typedef in boost::numeric::ublas::fixed_matrix 1766 iterator1 (self_type &m, const subiterator_type &it): in iterator1() 1874 subiterator_type it_; 2089 iterator2 (self_type &m, const subiterator_type &it): in iterator2() 2197 subiterator_type it_; [all …]
|