/third_party/boost/boost/numeric/odeint/stepper/detail/ |
D | generic_rk_operations.hpp | 41 struct generic_rk_scale_sum< 2 , Operations , Fac , Time > : public Operations::template scale_sum3… 44 : Operations::template scale_sum3< Fac , Time >( 1.0 , a[0]*dt , a[1]*dt ) in generic_rk_scale_sum() 192 …ic_rk_scale_sum_err< 3 , Operations , Fac , Time > : public Operations::template scale_sum3< Time > 195 : Operations::template scale_sum3< Time >( a[0]*dt , a[1]*dt , a[2]*dt ) in generic_rk_scale_sum_err()
|
D | adams_bashforth_call_algebra.hpp | 52 …typename Operations::template scale_sum3< value_type , Time , Time >( 1.0 , dt * coef[0] , dt * co… in operator ()()
|
D | adams_moulton_call_algebra.hpp | 51 …typename Operations::template scale_sum3< value_type , Time , Time >( 1.0 , dt * coef[0] , dt * co… in operator ()()
|
/third_party/boost/boost/numeric/odeint/external/mkl/ |
D | mkl_operations.hpp | 71 struct scale_sum3 struct 80 scale_sum3( const Fac1 alpha1 , const Fac2 alpha2 , const Fac3 alpha3 ) in scale_sum3() function
|
/third_party/boost/boost/numeric/odeint/stepper/ |
D | velocity_verlet.hpp | 117 …typename operations_type::template scale_sum3< value_type , time_type , time_square_type >( one , … in do_step() 125 …typename operations_type::template scale_sum3< value_type , time_type , time_type >( one , one_hal… in do_step()
|
D | modified_midpoint.hpp | 116 …typename operations_type::template scale_sum3< value_type , value_type , time_type >( val05 , val0… in do_step_impl() 247 …typename operations_type::template scale_sum3< value_type , value_type , time_type >( val05 , val0… in do_step()
|
D | runge_kutta_cash_karp54_classic.hpp | 157 …typename operations_type::template scale_sum3< value_type , time_type , time_type >( 1.0 , dt*b31 … in do_step_impl()
|
D | runge_kutta_dopri5.hpp | 137 …typename operations_type::template scale_sum3< value_type , time_type , time_type >( 1.0 , dt*b31 … in do_step_impl()
|
/third_party/boost/boost/numeric/odeint/external/viennacl/ |
D | viennacl_operations.hpp | 75 struct scale_sum3 struct 81 scale_sum3( Fac1 alpha1 , Fac2 alpha2 , Fac3 alpha3 ) in scale_sum3() argument
|
/third_party/boost/boost/numeric/odeint/external/thrust/ |
D | thrust_operations.hpp | 69 struct scale_sum3 struct 75 scale_sum3( const Fac1 alpha1 , const Fac2 alpha2 , const Fac3 alpha3 ) in scale_sum3() function
|
/third_party/boost/libs/numeric/odeint/test/ |
D | default_operations.cpp | 156 typedef default_operations::scale_sum3< T , T , T > Op; in BOOST_AUTO_TEST_CASE_TEMPLATE() 248 typedef default_operations::scale_sum3< value_type , time_type , time_2_type > Op; in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
D | range_algebra.cpp | 77 algebra.for_each4( x1 , x2 , x3 , x4 , default_operations::scale_sum3<>( 1.0 , 2.0 , 3.0 ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
D | fusion_algebra.cpp | 125 … default_operations::scale_sum3< value_type , time_type , time_type >( 1.0 , dt , dt ) ); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/boost/numeric/odeint/algebra/ |
D | default_operations.hpp | 95 struct scale_sum3 struct 101 scale_sum3( Fac1 alpha1 , Fac2 alpha2 , Fac3 alpha3 ) in scale_sum3() argument
|