Home
last modified time | relevance | path

Searched refs:y_it (Results 1 – 25 of 48) sorted by relevance

12

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dspglue_merge_meat.hpp122 ++y_it; in subview_merge()
138 ++y_it; in subview_merge()
158 ++y_it; in subview_merge()
310 ++y_it; in subview_merge()
326 ++y_it; in subview_merge()
346 ++y_it; in subview_merge()
415 if(x_it == y_it) in symmat_merge()
422 ++y_it; in symmat_merge()
436 ++y_it; in symmat_merge()
509 ++y_it; in diagview_merge()
[all …]
H A Dspglue_relational_meat.hpp89 if(x_it == y_it) in apply_noalias()
94 ++y_it; in apply_noalias()
108 ++y_it; in apply_noalias()
226 if(x_it == y_it) in apply_noalias()
231 ++y_it; in apply_noalias()
245 ++y_it; in apply_noalias()
365 if(x_it == y_it) in apply_noalias()
374 ++y_it; in apply_noalias()
384 ++y_it; in apply_noalias()
489 ++y_it; in apply_noalias()
[all …]
H A Dfn_n_unique.hpp65 typename SpProxy<T2>::const_iterator_type y_it = pb.begin(); in n_unique() local
70 while( (x_it != x_it_end) || (y_it != y_it_end) ) in n_unique()
72 if(x_it == y_it) in n_unique()
74 if(op_n_unique_type::eval((*x_it), (*y_it)) != typename T1::elem_type(0)) in n_unique()
80 ++y_it; in n_unique()
84 …if((x_it.col() < y_it.col()) || ((x_it.col() == y_it.col()) && (x_it.row() < y_it.row()))) // if y… in n_unique()
95 if(op_n_unique_type::eval(typename T1::elem_type(0), (*y_it)) != typename T1::elem_type(0)) in n_unique()
100 ++y_it; in n_unique()
H A Dspglue_max_meat.hpp72 typename SpProxy<T2>::const_iterator_type y_it = pb.begin(); in apply_noalias() local
77 while( (x_it != x_end) || (y_it != y_end) ) in apply_noalias()
84 const uword y_it_col = y_it.col(); in apply_noalias()
85 const uword y_it_row = y_it.row(); in apply_noalias()
89 if(x_it == y_it) in apply_noalias()
91 out_val = elem_max(eT(*x_it), eT(*y_it)); in apply_noalias()
94 ++y_it; in apply_noalias()
106 out_val = elem_max(eT(*y_it), eT(0)); in apply_noalias()
108 ++y_it; in apply_noalias()
H A Dspglue_min_meat.hpp72 typename SpProxy<T2>::const_iterator_type y_it = pb.begin(); in apply_noalias() local
77 while( (x_it != x_end) || (y_it != y_end) ) in apply_noalias()
84 const uword y_it_col = y_it.col(); in apply_noalias()
85 const uword y_it_row = y_it.row(); in apply_noalias()
89 if(x_it == y_it) in apply_noalias()
91 out_val = elem_min(eT(*x_it), eT(*y_it)); in apply_noalias()
94 ++y_it; in apply_noalias()
106 out_val = elem_min(eT(*y_it), eT(0)); in apply_noalias()
108 ++y_it; in apply_noalias()
H A Dspglue_plus_meat.hpp77 typename SpProxy<T2>::const_iterator_type y_it = pb.begin(); in apply_noalias() local
82 while( (x_it != x_end) || (y_it != y_end) ) in apply_noalias()
89 const uword y_it_col = y_it.col(); in apply_noalias()
90 const uword y_it_row = y_it.row(); in apply_noalias()
94 if(x_it == y_it) in apply_noalias()
96 out_val = (*x_it) + (*y_it); in apply_noalias()
99 ++y_it; in apply_noalias()
111 out_val = (*y_it); in apply_noalias()
113 ++y_it; in apply_noalias()
H A Dspglue_minus_meat.hpp77 typename SpProxy<T2>::const_iterator_type y_it = pb.begin(); in apply_noalias() local
82 while( (x_it != x_end) || (y_it != y_end) ) in apply_noalias()
89 const uword y_it_row = y_it.row(); in apply_noalias()
90 const uword y_it_col = y_it.col(); in apply_noalias()
94 if(x_it == y_it) in apply_noalias()
96 out_val = (*x_it) - (*y_it); in apply_noalias()
99 ++y_it; in apply_noalias()
111 out_val = -(*y_it); // take the negative in apply_noalias()
113 ++y_it; in apply_noalias()
H A Dspglue_schur_meat.hpp80 typename SpProxy<T2>::const_iterator_type y_it = pb.begin(); in apply_noalias() local
85 while( (x_it != x_end) || (y_it != y_end) ) in apply_noalias()
90 const uword y_it_row = y_it.row(); in apply_noalias()
91 const uword y_it_col = y_it.col(); in apply_noalias()
93 if(x_it == y_it) in apply_noalias()
95 const eT out_val = (*x_it) * (*y_it); in apply_noalias()
107 ++y_it; in apply_noalias()
117 ++y_it; in apply_noalias()
H A Dfn_accu.hpp918 typename SpProxy<T2>::const_iterator_type y_it = py.begin(); in accu() local
923 while( (x_it != x_it_end) || (y_it != y_it_end) ) in accu()
925 if(x_it == y_it) in accu()
927 acc += ((*x_it) * (*y_it)); in accu()
930 ++y_it; in accu()
937 const uword y_it_col = y_it.col(); in accu()
938 const uword y_it_row = y_it.row(); in accu()
946 ++y_it; in accu()
H A Dspglue_times_meat.hpp120 typename SpMat<eT>::const_iterator y_it = y.begin(); in apply_noalias() local
129 const uword y_it_row = y_it.row(); in apply_noalias()
149 const uword old_col = y_it.col(); in apply_noalias()
150 ++y_it; in apply_noalias()
153 if(old_col != y_it.col()) in apply_noalias()
168 while(y_it != y_end); in apply_noalias()
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dspglue_merge_meat.hpp122 ++y_it; in subview_merge()
138 ++y_it; in subview_merge()
158 ++y_it; in subview_merge()
310 ++y_it; in subview_merge()
326 ++y_it; in subview_merge()
346 ++y_it; in subview_merge()
415 if(x_it == y_it) in symmat_merge()
422 ++y_it; in symmat_merge()
436 ++y_it; in symmat_merge()
509 ++y_it; in diagview_merge()
[all …]
H A Dspglue_relational_meat.hpp89 if(x_it == y_it) in apply_noalias()
94 ++y_it; in apply_noalias()
108 ++y_it; in apply_noalias()
226 if(x_it == y_it) in apply_noalias()
231 ++y_it; in apply_noalias()
245 ++y_it; in apply_noalias()
365 if(x_it == y_it) in apply_noalias()
374 ++y_it; in apply_noalias()
384 ++y_it; in apply_noalias()
489 ++y_it; in apply_noalias()
[all …]
H A Dfn_n_unique.hpp65 typename SpProxy<T2>::const_iterator_type y_it = pb.begin(); in n_unique() local
70 while( (x_it != x_it_end) || (y_it != y_it_end) ) in n_unique()
72 if(x_it == y_it) in n_unique()
74 if(op_n_unique_type::eval((*x_it), (*y_it)) != typename T1::elem_type(0)) in n_unique()
80 ++y_it; in n_unique()
84 …if((x_it.col() < y_it.col()) || ((x_it.col() == y_it.col()) && (x_it.row() < y_it.row()))) // if y… in n_unique()
95 if(op_n_unique_type::eval(typename T1::elem_type(0), (*y_it)) != typename T1::elem_type(0)) in n_unique()
100 ++y_it; in n_unique()
H A Dspglue_max_meat.hpp72 typename SpProxy<T2>::const_iterator_type y_it = pb.begin(); in apply_noalias() local
77 while( (x_it != x_end) || (y_it != y_end) ) in apply_noalias()
84 const uword y_it_col = y_it.col(); in apply_noalias()
85 const uword y_it_row = y_it.row(); in apply_noalias()
89 if(x_it == y_it) in apply_noalias()
91 out_val = elem_max(eT(*x_it), eT(*y_it)); in apply_noalias()
94 ++y_it; in apply_noalias()
106 out_val = elem_max(eT(*y_it), eT(0)); in apply_noalias()
108 ++y_it; in apply_noalias()
H A Dspglue_min_meat.hpp72 typename SpProxy<T2>::const_iterator_type y_it = pb.begin(); in apply_noalias() local
77 while( (x_it != x_end) || (y_it != y_end) ) in apply_noalias()
84 const uword y_it_col = y_it.col(); in apply_noalias()
85 const uword y_it_row = y_it.row(); in apply_noalias()
89 if(x_it == y_it) in apply_noalias()
91 out_val = elem_min(eT(*x_it), eT(*y_it)); in apply_noalias()
94 ++y_it; in apply_noalias()
106 out_val = elem_min(eT(*y_it), eT(0)); in apply_noalias()
108 ++y_it; in apply_noalias()
H A Dspglue_plus_meat.hpp77 typename SpProxy<T2>::const_iterator_type y_it = pb.begin(); in apply_noalias() local
82 while( (x_it != x_end) || (y_it != y_end) ) in apply_noalias()
89 const uword y_it_col = y_it.col(); in apply_noalias()
90 const uword y_it_row = y_it.row(); in apply_noalias()
94 if(x_it == y_it) in apply_noalias()
96 out_val = (*x_it) + (*y_it); in apply_noalias()
99 ++y_it; in apply_noalias()
111 out_val = (*y_it); in apply_noalias()
113 ++y_it; in apply_noalias()
H A Dspglue_minus_meat.hpp77 typename SpProxy<T2>::const_iterator_type y_it = pb.begin(); in apply_noalias() local
82 while( (x_it != x_end) || (y_it != y_end) ) in apply_noalias()
89 const uword y_it_row = y_it.row(); in apply_noalias()
90 const uword y_it_col = y_it.col(); in apply_noalias()
94 if(x_it == y_it) in apply_noalias()
96 out_val = (*x_it) - (*y_it); in apply_noalias()
99 ++y_it; in apply_noalias()
111 out_val = -(*y_it); // take the negative in apply_noalias()
113 ++y_it; in apply_noalias()
H A Dspglue_schur_meat.hpp80 typename SpProxy<T2>::const_iterator_type y_it = pb.begin(); in apply_noalias() local
85 while( (x_it != x_end) || (y_it != y_end) ) in apply_noalias()
90 const uword y_it_row = y_it.row(); in apply_noalias()
91 const uword y_it_col = y_it.col(); in apply_noalias()
93 if(x_it == y_it) in apply_noalias()
95 const eT out_val = (*x_it) * (*y_it); in apply_noalias()
107 ++y_it; in apply_noalias()
117 ++y_it; in apply_noalias()
H A Dfn_accu.hpp918 typename SpProxy<T2>::const_iterator_type y_it = py.begin(); in accu() local
923 while( (x_it != x_it_end) || (y_it != y_it_end) ) in accu()
925 if(x_it == y_it) in accu()
927 acc += ((*x_it) * (*y_it)); in accu()
930 ++y_it; in accu()
937 const uword y_it_col = y_it.col(); in accu()
938 const uword y_it_row = y_it.row(); in accu()
946 ++y_it; in accu()
/dports/math/cgal/CGAL-5.3/include/CGAL/Algebraic_kernel_d/
H A DShear_transformation.h786 y_it++; in end_sweep()
839 y_it=y_structure.erase(y_it); in sweep_at_x_coordinate()
842 y_it=y_structure.insert(y_it,below); in sweep_at_x_coordinate()
856 y_it=y_structure.erase(y_it); in sweep_at_x_coordinate()
859 y_it=y_structure.insert(y_it,y_ev); in sweep_at_x_coordinate()
871 y_it=y_structure.erase(y_it); in sweep_at_x_coordinate()
873 y_it=y_structure.erase(y_it); in sweep_at_x_coordinate()
886 y_it=y_structure.insert(y_it,new_y); in sweep_at_x_coordinate()
888 y_it=y_structure.insert(y_it,new_y); in sweep_at_x_coordinate()
897 y_it=y_structure.erase(y_it); in sweep_at_x_coordinate()
[all …]
/dports/devel/cxxtest/cxxtest-4.4/cxxtest/
H A DStdTestSuite.h49 typename std::list<Y>::const_iterator y_it = y.begin();
50 for (; x_it != x.end(); ++x_it, ++y_it)
52 if (y_it == y.end())
56 if (! delta<X, Y, D>::test(*x_it, *y_it, d))
61 return y_it == y.end();
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/cxxtest-4.4/cxxtest/
H A DStdTestSuite.h49 typename std::list<Y>::const_iterator y_it = y.begin();
50 for (; x_it != x.end(); ++x_it, ++y_it)
52 if (y_it == y.end())
56 if (! delta<X, Y, D>::test(*x_it, *y_it, d))
61 return y_it == y.end();
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/cxxtest/cxxtest/
H A DStdTestSuite.h44 typename std::list<Y>::const_iterator y_it = y.begin();
45 for(; x_it != x.end(); ++x_it, ++y_it)
47 if ( y_it == y.end() )
49 if ( ! delta<X,Y,D>::test(*x_it, *y_it, d) )
52 return y_it == y.end();
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/backend/istl/
H A Dparallelhelper.hh207 typename Y::const_iterator y_it = y.begin(); in disjointDot() local
212 ++x_it, ++y_it, ++mask_it) in disjointDot()
213 r += disjointDot(ISTL::container_tag(*x_it),*x_it,*y_it,*mask_it); in disjointDot()
234 typename Y::const_iterator y_it = y.begin(); in disjointDot() local
239 ++x_it, ++y_it, ++mask_it) in disjointDot()
240 r += (*mask_it == _rank ? Dune::dot(*x_it,*y_it) : result_type(0)); in disjointDot()
/dports/math/cgal/CGAL-5.3/include/CGAL/QP_solver/
H A DQP_basis_inverse.h446 ForwardIterator y_it; in enter_original() local
462 for ( col = 0, y_it = y_l_it; in enter_original()
464 ++col, ++row_it, ++y_it ) { in enter_original()
465 *row_it = ( z_neg ? *y_it : -( *y_it)); in enter_original()
467 for ( col = l, row_it += l-s, y_it = y_x_it; in enter_original()
469 ++col, ++row_it, ++y_it ) { in enter_original()
470 *row_it = ( z_neg ? *y_it : -( *y_it)); in enter_original()

12