/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 54 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() 63 BOOST_AUTO_TEST_CASE_TEMPLATE( for_each3 , algebra_type , algebra_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument 65 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() 73 BOOST_AUTO_TEST_CASE_TEMPLATE( for_each4 , algebra_type , algebra_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument 75 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() 82 BOOST_AUTO_TEST_CASE_TEMPLATE( for_each5 , algebra_type , algebra_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument 84 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() 91 BOOST_AUTO_TEST_CASE_TEMPLATE( for_each6 , algebra_type , algebra_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument 93 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() [all …]
|
D | algebra_dispatcher.cpp | 46 BOOST_STATIC_ASSERT(( boost::is_same< stepper_type::algebra_type , range_algebra >::value )); in BOOST_AUTO_TEST_CASE() 52 BOOST_STATIC_ASSERT(( boost::is_same< stepper_type::algebra_type , array_algebra >::value )); in BOOST_AUTO_TEST_CASE() 58 BOOST_STATIC_ASSERT(( boost::is_same< stepper_type::algebra_type , range_algebra >::value )); in BOOST_AUTO_TEST_CASE() 64 BOOST_STATIC_ASSERT(( boost::is_same< stepper_type::algebra_type , fusion_algebra >::value )); in BOOST_AUTO_TEST_CASE() 70 BOOST_STATIC_ASSERT(( boost::is_same< stepper_type::algebra_type , fusion_algebra >::value )); in BOOST_AUTO_TEST_CASE() 77 …BOOST_STATIC_ASSERT(( boost::is_same< typename stepper_type::algebra_type , vector_space_algebra >… in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
D | stepper_with_units.cpp | 84 typedef typename stepper_type::algebra_type algebra_type; in check_stepper() typedef 116 typedef typename stepper_type::algebra_type algebra_type; in check_fsal_stepper() typedef 147 typedef typename stepper_type::algebra_type algebra_type; in check_error_stepper() typedef 178 typedef typename stepper_type::algebra_type algebra_type; in check_fsal_error_stepper() typedef
|
/third_party/boost/boost/numeric/odeint/stepper/base/ |
D | algebra_stepper_base.hpp | 31 typedef Algebra algebra_type; typedef in boost::numeric::odeint::algebra_stepper_base 34 algebra_stepper_base( const algebra_type &algebra = algebra_type() ) in algebra_stepper_base() 37 algebra_type& algebra() in algebra() 42 const algebra_type& algebra() const in algebra() 49 algebra_type m_algebra;
|
/third_party/boost/boost/numeric/odeint/algebra/ |
D | algebra_dispatcher.hpp | 43 typedef range_algebra algebra_type; typedef 53 typedef array_algebra algebra_type; typedef 60 typedef vector_space_algebra algebra_type; typedef 66 typedef vector_space_algebra algebra_type; typedef 74 typedef vector_space_algebra algebra_type; typedef 80 typedef vector_space_algebra algebra_type; typedef 102 typedef array_algebra algebra_type; typedef
|
/third_party/boost/boost/numeric/odeint/external/thrust/ |
D | thrust_algebra_dispatcher.hpp | 37 typedef thrust_algebra algebra_type; typedef 44 typedef thrust_algebra algebra_type; typedef 64 typedef thrust_algebra algebra_type; typedef 75 typedef thrust_algebra algebra_type; typedef 87 typedef thrust_algebra algebra_type; typedef 99 typedef thrust_algebra algebra_type; typedef
|
/third_party/boost/boost/numeric/odeint/stepper/ |
D | adams_moulton.hpp | 59 class Algebra = typename algebra_dispatcher< State >::algebra_type , 76 typedef Algebra algebra_type; typedef in boost::numeric::odeint::adams_moulton 95 adams_moulton( algebra_type &algebra ) in adams_moulton() 155 algebra_type& algebra() in algebra() 158 const algebra_type& algebra() const in algebra() 171 …detail::adams_moulton_call_algebra< steps , algebra_type , operations_type >()( m_algebra , in , o… in do_step_impl() 188 algebra_type m_algebra_instance; 189 algebra_type &m_algebra;
|
D | symplectic_euler.hpp | 71 class Algebra = typename algebra_dispatcher< Coor >::algebra_type , 92 typedef typename stepper_base_type::algebra_type algebra_type; typedef in boost::numeric::odeint::symplectic_euler 96 symplectic_euler( const algebra_type &algebra = algebra_type() ) in symplectic_euler()
|
D | symplectic_rkn_sb3a_mclachlan.hpp | 92 class Algebra = typename algebra_dispatcher< Coor >::algebra_type , 115 typedef typename stepper_base_type::algebra_type algebra_type; typedef in boost::numeric::odeint::symplectic_rkn_sb3a_mclachlan 119 symplectic_rkn_sb3a_mclachlan( const algebra_type &algebra = algebra_type() ) in symplectic_rkn_sb3a_mclachlan()
|
D | symplectic_rkn_sb3a_m4_mclachlan.hpp | 89 class Algebra = typename algebra_dispatcher< Coor >::algebra_type , 112 typedef typename stepper_base_type::algebra_type algebra_type; typedef in boost::numeric::odeint::symplectic_rkn_sb3a_m4_mclachlan 116 symplectic_rkn_sb3a_m4_mclachlan( const algebra_type &algebra = algebra_type() ) in symplectic_rkn_sb3a_m4_mclachlan()
|
D | modified_midpoint.hpp | 42 class Algebra = typename algebra_dispatcher< State >::algebra_type , 68 typedef typename stepper_base_type::algebra_type algebra_type; typedef in boost::numeric::odeint::modified_midpoint 74 modified_midpoint( unsigned short steps = 2 , const algebra_type &algebra = algebra_type() ) in modified_midpoint() 167 class Algebra = typename algebra_dispatcher< State >::algebra_type , 180 typedef Algebra algebra_type; typedef in boost::numeric::odeint::modified_midpoint_dense_out 189 …ified_midpoint_dense_out( unsigned short steps = 2 , const algebra_type &algebra = algebra_type() ) in modified_midpoint_dense_out() 276 algebra_type m_algebra;
|
D | runge_kutta4.hpp | 107 class Algebra = typename algebra_dispatcher< State >::algebra_type , 129 typedef typename stepper_base_type::algebra_type algebra_type; typedef in boost::numeric::odeint::runge_kutta4 139 runge_kutta4( const algebra_type &algebra = algebra_type() ) : stepper_base_type( in runge_kutta4()
|
D | controlled_adams_bashforth_moulton.hpp | 41 class Algebra = typename algebra_dispatcher< State >::algebra_type 50 typedef Algebra algebra_type; typedef in boost::numeric::odeint::default_order_adjuster 52 default_order_adjuster( const algebra_type &algebra = algebra_type() ) in default_order_adjuster() 110 algebra_type m_algebra; 119 typename ErrorStepper::algebra_type, 126 typename ErrorStepper::algebra_type 142 typedef typename stepper_type::algebra_type algebra_type; typedef in boost::numeric::odeint::controlled_adams_bashforth_moulton 247 algebra_type m_algebra; in try_step()
|
D | euler.hpp | 40 class Algebra = typename algebra_dispatcher< State >::algebra_type , 64 typedef typename stepper_base_type::algebra_type algebra_type; typedef in boost::numeric::odeint::euler 75 euler( const algebra_type &algebra = algebra_type() ) : stepper_base_type( algebra ) in euler()
|
D | explicit_error_generic_rk.hpp | 52 class Algebra = typename algebra_dispatcher< State >::algebra_type , 84 typedef typename stepper_base_type::algebra_type algebra_type; typedef in boost::numeric::odeint::explicit_error_generic_rk 110 const algebra_type &algebra = algebra_type() ) in explicit_error_generic_rk() 123 …detail::template generic_rk_call_algebra< StageCount , algebra_type >()( stepper_base_type::m_alge… in do_step_impl()
|
D | runge_kutta_cash_karp54.hpp | 151 class Algebra = typename algebra_dispatcher< State >::algebra_type , 172 typedef typename stepper_base_type::algebra_type algebra_type; typedef in boost::numeric::odeint::runge_kutta_cash_karp54 183 runge_kutta_cash_karp54( const algebra_type &algebra = algebra_type() ) : stepper_base_type( in runge_kutta_cash_karp54()
|
D | adams_bashforth_moulton.hpp | 50 class Algebra = typename algebra_dispatcher< State >::algebra_type , 71 typedef Algebra algebra_type; typedef in boost::numeric::odeint::adams_bashforth_moulton 79 …bashforth< steps , state_type , value_type , deriv_type , time_type , algebra_type , operations_ty… 80 …typedef adams_moulton< steps , state_type , value_type , deriv_type , time_type , algebra_type , o… 81 …h_moulton< steps , state_type , value_type , deriv_type , time_type , algebra_type , operations_ty… 92 adams_bashforth_moulton( const algebra_type &algebra ) in adams_bashforth_moulton()
|
D | explicit_generic_rk.hpp | 51 class Algebra = typename algebra_dispatcher< State >::algebra_type , 119 typedef typename stepper_base_type::algebra_type algebra_type; typedef in boost::numeric::odeint::explicit_generic_rk 140 const algebra_type &algebra = algebra_type() ) in explicit_generic_rk()
|
D | runge_kutta4_classic.hpp | 43 class Algebra = typename algebra_dispatcher< State >::algebra_type , 71 typedef typename stepper_base_type::algebra_type algebra_type; typedef in boost::numeric::odeint::runge_kutta4_classic 83 …runge_kutta4_classic( const algebra_type &algebra = algebra_type() ) : stepper_base_type( algebra ) in runge_kutta4_classic()
|
D | adams_bashforth.hpp | 77 class Algebra = typename algebra_dispatcher< State >::algebra_type , 106 typedef typename algebra_stepper_base_type::algebra_type algebra_type; typedef in boost::numeric::odeint::adams_bashforth 124 adams_bashforth( const algebra_type &algebra = algebra_type() ) in adams_bashforth() 254 …detail::adams_bashforth_call_algebra< steps , algebra_type , operations_type >()( this->m_algebra … in do_step_impl()
|
D | runge_kutta_fehlberg78.hpp | 296 class Algebra = typename algebra_dispatcher< State >::algebra_type , 317 typedef typename stepper_base_type::algebra_type algebra_type; typedef in boost::numeric::odeint::runge_kutta_fehlberg78 328 runge_kutta_fehlberg78( const algebra_type &algebra = algebra_type() ) : stepper_base_type( in runge_kutta_fehlberg78()
|
D | extrapolation_stepper.hpp | 52 class Algebra = typename algebra_dispatcher< State >::algebra_type, 90 typedef typename stepper_base_type::algebra_type algebra_type; typedef in boost::numeric::odeint::extrapolation_stepper 104 algebra_type, operations_type, 118 extrapolation_stepper( const algebra_type &algebra = algebra_type() ) in extrapolation_stepper()
|
/third_party/boost/boost/numeric/odeint/external/mtl4/ |
D | mtl4_algebra_dispatcher.hpp | 32 typedef vector_space_algebra algebra_type; typedef 38 typedef vector_space_algebra algebra_type; typedef 44 typedef vector_space_algebra algebra_type; typedef 50 typedef vector_space_algebra algebra_type; typedef
|
/third_party/boost/boost/numeric/odeint/stepper/detail/ |
D | adaptive_adams_coefficients.hpp | 42 class Algebra = typename algebra_dispatcher< Deriv >::algebra_type, 61 typedef Algebra algebra_type; typedef in boost::numeric::odeint::detail::adaptive_adams_coefficients 67 adaptive_adams_coefficients( const algebra_type &algebra = algebra_type()) in adaptive_adams_coefficients() 197 algebra_type m_algebra;
|
/third_party/boost/libs/numeric/odeint/examples/ |
D | heun.cpp | 104 typedef typename stepper_base_type::algebra_type algebra_type; typedef in heun 109 heun( const algebra_type &algebra = algebra_type() ) in heun()
|