Home
last modified time | relevance | path

Searched refs:for_each2 (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/libs/numeric/odeint/test/
Drange_algebra.cpp52 BOOST_AUTO_TEST_CASE_TEMPLATE( for_each2 , algebra_type , algebra_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
56 algebra.for_each2( x1 , x2 , default_operations::scale_sum1<>( 1.0 ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
137 algebra.for_each2( x1 , x2 , default_operations::scale_sum1< time_type >( 0.1 * si::second ) ); in BOOST_AUTO_TEST_CASE()
Dfusion_algebra.cpp103 BOOST_AUTO_TEST_CASE( for_each2 ) in BOOST_AUTO_TEST_CASE() argument
106 algebra.for_each2( f.res , f.k1 , in BOOST_AUTO_TEST_CASE()
Dmulti_array.cpp179 multi_array_algebra::for_each2( v2 , v1 , mult4() ); in BOOST_AUTO_TEST_CASE()
/third_party/boost/boost/numeric/odeint/stepper/
Dcontrolled_adams_bashforth_moulton.hpp249 m_algebra.for_each2(m_xerr[2].m_v, coeff.phi[1][eo].m_v, in try_step()
254 m_algebra.for_each2(m_xerr[1].m_v, coeff.phi[1][eo-1].m_v, in try_step()
259 m_algebra.for_each2(m_xerr[0].m_v, coeff.phi[1][eo-2].m_v, in try_step()
264 m_algebra.for_each2(m_xerr[3].m_v, coeff.phi[1][eo+1].m_v, in try_step()
Dadaptive_adams_bashforth_moulton.hpp195 this->m_algebra.for_each2(xerr, m_coeff.phi[0][eO].m_v, in do_step_impl()
Dbulirsch_stoer_dense_out.hpp545 m_algebra.for_each2( m_diffs[0][j].m_v , m_derivs[j][m].m_v , in calculate_finite_difference()
553 m_algebra.for_each2( m_diffs[kappa][j_diffs].m_v , m_derivs[j][m+kappa].m_v , in calculate_finite_difference()
/third_party/boost/boost/numeric/odeint/algebra/
Dmulti_array_algebra.hpp44 static void for_each2( S1 &s1 , S2 &s2 , Op op ) in for_each2() function
46 detail::for_each2( s1.data() , s1.data() + s1.num_elements() , s2.data() , op ); in for_each2()
Drange_algebra.hpp44 static void for_each2( S1 &s1 , S2 &s2 , Op op ) in for_each2() function
46 detail::for_each2( boost::begin( s1 ) , boost::end( s1 ) , in for_each2()
Dvector_space_algebra.hpp81 static void for_each2( S1 &s1 , S2 &s2 , Op op ) in for_each2() function
Dfusion_algebra.hpp70 static void for_each2( S1 &s1 , S2 &s2 , Op op ) in for_each2() function
Darray_algebra.hpp47 static void for_each2( Array< T, dim > &s1, const Array< T, dim > &s2, in for_each2() function
/third_party/boost/boost/numeric/odeint/stepper/detail/
Dpid_step_adjuster.hpp151 m_algebra.for_each2(err, m_error_storage[0], in adjust_stepsize()
Dadaptive_adams_coefficients.hpp148 this->m_algebra.for_each2(phi[o][i].m_v, phi[o][i-1].m_v, in do_step()
Dgeneric_rk_call_algebra.hpp44 algebra.for_each2( s1 , s2 , op ); in operator ()()
/third_party/boost/boost/numeric/odeint/external/thrust/
Dthrust_algebra.hpp71 static void for_each2( StateType1 &s1 , StateType2 &s2 , Operation op ) in for_each2() function
/third_party/boost/boost/numeric/odeint/algebra/detail/
Dfor_each.hpp36 inline void for_each2( Iterator1 first1 , Iterator1 last1 , Iterator2 first2 , Operation op ) in for_each2() function
/third_party/boost/boost/numeric/odeint/external/openmp/
Dopenmp_nested_algebra.hpp66 template< class S0 , class S1 , class Op > static void for_each2 ( S0 &s0 , S1 &s1 , Op op ) {
71 for( size_t i = 0 ; i < len ; i++ ) InnerAlgebra::for_each2( beg0 [i] , beg1 [i] , op );
Dopenmp_range_algebra.hpp61 template< class S0 , class S1 , class Op > static void for_each2 ( S0 &s0 , S1 &s1 , Op op ) {
/third_party/boost/libs/numeric/odeint/doc/concepts/
Dstate_algebra_operations.qbk91 …[[Vector Operation with arity 2] [`algebra.for_each2( y , x , operation2 )`] [void] [Calls `operat…
/third_party/boost/libs/phoenix/test/
DJamfile167 [ run algorithm/for_each2.cpp ]