Home
last modified time | relevance | path

Searched refs:it2_end_ (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/numeric/ublas/
Dsymmetric.hpp1289 it2_begin_ (), it2_end_ (), it2_ () {} in const_iterator1()
1297 it2_begin_ (it2_begin), it2_end_ (it2_end), it2_ (it2_begin_) { in const_iterator1()
1300 if (current_ == 1 && it2_ == it2_end_) in const_iterator1()
1303 (current_ == 1 && it2_ == it2_end_)) in const_iterator1()
1307 (current_ == 1 && it2_ != it2_end_), internal_logic ()); in const_iterator1()
1316 it2_begin_ (it.it2_begin_), it2_end_ (it.it2_end_), it2_ (it.it2_) { in const_iterator1()
1319 (current_ == 1 && it2_ != it2_end_), internal_logic ()); in const_iterator1()
1334 BOOST_UBLAS_CHECK (it2_ != it2_end_, internal_logic ()); in operator ++()
1336 if (it2_ == it2_end_ && end_ == 0) { in operator ++()
1348 it2_ = it2_end_; in operator --()
[all …]
Dhermitian.hpp1597 it2_begin_ (), it2_end_ (), it2_ () {} in const_iterator1()
1605 it2_begin_ (it2_begin), it2_end_ (it2_end), it2_ (it2_begin_) { in const_iterator1()
1608 if (current_ == 1 && it2_ == it2_end_) in const_iterator1()
1611 (current_ == 1 && it2_ == it2_end_)) in const_iterator1()
1615 (current_ == 1 && it2_ != it2_end_), internal_logic ()); in const_iterator1()
1624 it2_begin_ (it.it2_begin_), it2_end_ (it.it2_end_), it2_ (it.it2_) { in const_iterator1()
1627 (current_ == 1 && it2_ != it2_end_), internal_logic ()); in const_iterator1()
1642 BOOST_UBLAS_CHECK (it2_ != it2_end_, internal_logic ()); in operator ++()
1644 if (it2_ == it2_end_ && end_ == 0) { in operator ++()
1656 it2_ = it2_end_; in operator --()
[all …]
Dvector_expression.hpp667 … container_const_reference<self_type> (), i_ (), it1_ (), it1_end_ (), it2_ (), it2_end_ () {} in const_iterator()
672 …eference<self_type> (vb), i_ (i), it1_ (it1), it1_end_ (it1_end), it2_ (it2), it2_end_ (it2_end) {} in const_iterator()
703 if (it2_ != it2_end_) in increment()
713 if (it2_ != it2_end_) in decrement()
747 if (it2_ != it2_end_) in dereference()
764 if (it2_ != it2_end_) { in increment()
767 if (it2_ != it2_end_) in increment()
782 if (it2_ != it2_end_) { in decrement()
785 if (it2_ != it2_end_) in decrement()
819 if (it2_ != it2_end_) in dereference()
[all …]
Dmatrix_expression.hpp2166 …container_const_reference<self_type> (), i_ (), j_ (), it1_ (), it1_end_ (), it2_ (), it2_end_ () … in const_iterator1()
2171 …<self_type> (mb), i_ (i), j_ (j), it1_ (it1), it1_end_ (it1_end), it2_ (it2), it2_end_ (it2_end) {} in const_iterator1()
2202 if (it2_ != it2_end_) in increment()
2212 if (it2_ != it2_end_) in decrement()
2248 if (it2_ != it2_end_) { in dereference()
2267 if (it2_ != it2_end_) in increment()
2270 if (it2_ != it2_end_) { in increment()
2285 if (it2_ != it2_end_) { in decrement()
2288 if (it2_ != it2_end_) in decrement()
2324 if (it2_ != it2_end_) { in dereference()
[all …]