Home
last modified time | relevance | path

Searched refs:scale_sum5 (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/numeric/odeint/stepper/detail/
Dgeneric_rk_operations.hpp61 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()
Dadams_bashforth_call_algebra.hpp78 typename Operations::template scale_sum5< value_type , Time , Time , Time >( in operator ()()
Dadams_moulton_call_algebra.hpp77 typename Operations::template scale_sum5< value_type , Time , Time , Time >( in operator ()()
/third_party/boost/boost/numeric/odeint/stepper/
Drunge_kutta_cash_karp54_classic.hpp110 …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()
Drunge_kutta4_classic.hpp129 …typename operations_type::template scale_sum5< value_type , time_type , time_type , time_type , ti… in do_step_impl()
Drunge_kutta_dopri5.hpp146 …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/
Dmkl_operations.hpp138 struct scale_sum5 struct
151scale_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/
Dviennacl_operations.hpp164 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/
Dthrust_operations.hpp114 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/
Drange_algebra.cpp95 …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()
Dfusion_algebra.cpp143 …default_operations::scale_sum5< value_type , time_type , time_type , time_type , time_type >( 1.0 … in BOOST_AUTO_TEST_CASE()
Ddefault_operations.cpp176 typedef default_operations::scale_sum5< T , T , T , T , T > Op; in BOOST_AUTO_TEST_CASE_TEMPLATE()
/third_party/boost/boost/numeric/odeint/algebra/
Ddefault_operations.hpp136 struct scale_sum5 struct
144 scale_sum5( Fac1 alpha1 , Fac2 alpha2 , Fac3 alpha3 , Fac4 alpha4 , Fac5 alpha5 ) in scale_sum5() argument