Home
last modified time | relevance | path

Searched refs:it2_index (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/numeric/ublas/
Dfunctional.hpp934 size_type it1_index = it1.index2 (), it2_index = it2.index (); in apply() local
936 difference_type compare = it1_index - it2_index; in apply()
941 it2_index = it2.index (); in apply()
953 it2_index = it2.index (); in apply()
1102 size_type it1_index = it1.index (), it2_index = it2.index1 (); in apply() local
1104 difference_type compare = it1_index - it2_index; in apply()
1109 it2_index = it2.index1 (); in apply()
1121 it2_index = it2.index1 (); in apply()
1279 size_type it1_index = it1.index2 (), it2_index = it2.index1 (); in apply() local
1281 difference_type compare = difference_type (it1_index - it2_index); in apply()
[all …]
/third_party/boost/boost/numeric/ublas/detail/
Dmatrix_assign.hpp76 size_type it2_index = it2.index2 (), it2e_index = it2e.index2 (); in make_conformant() local
78 difference_type compare2 = it2_index - it2e_index; in make_conformant()
82 it2_index = it2.index2 (); in make_conformant()
89 it2_index = it2.index2 (); in make_conformant()
1087 size_type it2_index = it2.index2 (), it2e_index = it2e.index2 (); in matrix_assign() local
1089 difference_type compare2 = it2_index - it2e_index; in matrix_assign()
1094 it2_index = it2.index2 (); in matrix_assign()
1113 it2_index = it2.index2 (); in matrix_assign()
1539 size_type it2_index = it2.index2 (), it2e_index = it2e.index2 (); in matrix_swap() local
1541 difference_type compare2 = it2_index - it2e_index; in matrix_swap()
[all …]