/third_party/boost/libs/numeric/odeint/test/ |
D | range_algebra.cpp | 52 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()
|
D | fusion_algebra.cpp | 103 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()
|
D | multi_array.cpp | 179 multi_array_algebra::for_each2( v2 , v1 , mult4() ); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/boost/numeric/odeint/stepper/ |
D | controlled_adams_bashforth_moulton.hpp | 249 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()
|
D | adaptive_adams_bashforth_moulton.hpp | 195 this->m_algebra.for_each2(xerr, m_coeff.phi[0][eO].m_v, in do_step_impl()
|
D | bulirsch_stoer_dense_out.hpp | 545 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/ |
D | multi_array_algebra.hpp | 44 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()
|
D | range_algebra.hpp | 44 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()
|
D | vector_space_algebra.hpp | 81 static void for_each2( S1 &s1 , S2 &s2 , Op op ) in for_each2() function
|
D | fusion_algebra.hpp | 70 static void for_each2( S1 &s1 , S2 &s2 , Op op ) in for_each2() function
|
D | array_algebra.hpp | 47 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/ |
D | pid_step_adjuster.hpp | 151 m_algebra.for_each2(err, m_error_storage[0], in adjust_stepsize()
|
D | adaptive_adams_coefficients.hpp | 148 this->m_algebra.for_each2(phi[o][i].m_v, phi[o][i-1].m_v, in do_step()
|
D | generic_rk_call_algebra.hpp | 44 algebra.for_each2( s1 , s2 , op ); in operator ()()
|
/third_party/boost/boost/numeric/odeint/external/thrust/ |
D | thrust_algebra.hpp | 71 static void for_each2( StateType1 &s1 , StateType2 &s2 , Operation op ) in for_each2() function
|
/third_party/boost/boost/numeric/odeint/algebra/detail/ |
D | for_each.hpp | 36 inline void for_each2( Iterator1 first1 , Iterator1 last1 , Iterator2 first2 , Operation op ) in for_each2() function
|
/third_party/boost/boost/numeric/odeint/external/openmp/ |
D | openmp_nested_algebra.hpp | 66 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 );
|
D | openmp_range_algebra.hpp | 61 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/ |
D | state_algebra_operations.qbk | 91 …[[Vector Operation with arity 2] [`algebra.for_each2( y , x , operation2 )`] [void] [Calls `operat…
|
/third_party/boost/libs/phoenix/test/ |
D | Jamfile | 167 [ run algorithm/for_each2.cpp ]
|