Home
last modified time | relevance | path

Searched refs:scale_sum3 (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/numeric/odeint/stepper/detail/
Dgeneric_rk_operations.hpp41 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()
Dadams_bashforth_call_algebra.hpp52 …typename Operations::template scale_sum3< value_type , Time , Time >( 1.0 , dt * coef[0] , dt * co… in operator ()()
Dadams_moulton_call_algebra.hpp51 …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/
Dmkl_operations.hpp71 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/
Dvelocity_verlet.hpp117 …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()
Dmodified_midpoint.hpp116 …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()
Drunge_kutta_cash_karp54_classic.hpp157 …typename operations_type::template scale_sum3< value_type , time_type , time_type >( 1.0 , dt*b31 … in do_step_impl()
Drunge_kutta_dopri5.hpp137 …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/
Dviennacl_operations.hpp75 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/
Dthrust_operations.hpp69 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/
Ddefault_operations.cpp156 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()
Drange_algebra.cpp77 algebra.for_each4( x1 , x2 , x3 , x4 , default_operations::scale_sum3<>( 1.0 , 2.0 , 3.0 ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dfusion_algebra.cpp125 … 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/
Ddefault_operations.hpp95 struct scale_sum3 struct
101 scale_sum3( Fac1 alpha1 , Fac2 alpha2 , Fac3 alpha3 ) in scale_sum3() argument