/third_party/boost/boost/numeric/odeint/stepper/detail/ |
D | generic_rk_operations.hpp | 61 struct generic_rk_scale_sum< 4 , Operations , Fac , Time > : public Operations::template scale_sum5… 64 … : Operations::template scale_sum5< Fac , Time >( 1.0 , a[0]*dt , a[1]*dt , a[2]*dt , a[3]*dt ) in generic_rk_scale_sum() 212 …ric_rk_scale_sum_err< 5 , Operations , Fac , Time > : public Operations::template scale_sum5< Fac > 215 … : Operations::template scale_sum5< Time >( a[0]*dt , a[1]*dt , a[2]*dt , a[3]*dt , a[4]*dt ) in generic_rk_scale_sum_err()
|
D | adams_bashforth_call_algebra.hpp | 78 typename Operations::template scale_sum5< value_type , Time , Time , Time >( in operator ()()
|
D | adams_moulton_call_algebra.hpp | 77 typename Operations::template scale_sum5< value_type , Time , Time , Time >( in operator ()()
|
/third_party/boost/boost/numeric/odeint/stepper/ |
D | runge_kutta_cash_karp54_classic.hpp | 110 …typename operations_type::template scale_sum5< time_type , time_type , time_type , time_type , tim… in do_step_impl() 166 …typename operations_type::template scale_sum5< value_type , time_type , time_type , time_type , ti… in do_step_impl() 174 …typename operations_type::template scale_sum5< value_type , time_type , time_type , time_type , ti… in do_step_impl()
|
D | runge_kutta4_classic.hpp | 129 …typename operations_type::template scale_sum5< value_type , time_type , time_type , time_type , ti… in do_step_impl()
|
D | runge_kutta_dopri5.hpp | 146 …typename operations_type::template scale_sum5< value_type , time_type , time_type , time_type , ti… in do_step_impl()
|
/third_party/boost/boost/numeric/odeint/external/mkl/ |
D | mkl_operations.hpp | 138 struct scale_sum5 struct 151 …scale_sum5( const Fac1 alpha1 , const Fac2 alpha2 , const Fac3 alpha3 , const Fac4 alpha4 , const … in scale_sum5() function
|
/third_party/boost/boost/numeric/odeint/external/viennacl/ |
D | viennacl_operations.hpp | 164 struct scale_sum5 struct 172 scale_sum5( Fac1 alpha1 , Fac2 alpha2 , Fac3 alpha3 , Fac4 alpha4 , Fac5 alpha5 ) in scale_sum5() argument
|
/third_party/boost/boost/numeric/odeint/external/thrust/ |
D | thrust_operations.hpp | 114 struct scale_sum5 struct 122 scale_sum5( const Fac1 alpha1 , const Fac2 alpha2 , const Fac3 alpha3 , in scale_sum5() argument
|
/third_party/boost/libs/numeric/odeint/test/ |
D | range_algebra.cpp | 95 …algebra.for_each6( x1 , x2 , x3 , x4 , x5 , x6 ,default_operations::scale_sum5<>( 1.0 , 2.0 , 3.0 … in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
D | fusion_algebra.cpp | 143 …default_operations::scale_sum5< value_type , time_type , time_type , time_type , time_type >( 1.0 … in BOOST_AUTO_TEST_CASE()
|
D | default_operations.cpp | 176 typedef default_operations::scale_sum5< T , T , T , T , T > Op; in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
/third_party/boost/boost/numeric/odeint/algebra/ |
D | default_operations.hpp | 136 struct scale_sum5 struct 144 scale_sum5( Fac1 alpha1 , Fac2 alpha2 , Fac3 alpha3 , Fac4 alpha4 , Fac5 alpha5 ) in scale_sum5() argument
|