/third_party/boost/libs/numeric/odeint/test/ |
D | range_algebra.cpp | 50 range_algebra algebra; variable 54 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 65 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 75 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 84 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 93 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 102 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 111 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 120 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 131 range_algebra algebra; in BOOST_AUTO_TEST_CASE() local
|
D | euler_stepper.cpp | 85 range_algebra algebra; in BOOST_AUTO_TEST_CASE() local
|
/third_party/boost/boost/numeric/odeint/stepper/base/ |
D | algebra_stepper_base.hpp | 34 algebra_stepper_base( const algebra_type &algebra = algebra_type() ) in algebra_stepper_base() 37 algebra_type& algebra() in algebra() function in boost::numeric::odeint::algebra_stepper_base 42 const algebra_type& algebra() const in algebra() function in boost::numeric::odeint::algebra_stepper_base
|
D | explicit_stepper_base.hpp | 93 explicit_stepper_base( const algebra_type &algebra = algebra_type() ) in explicit_stepper_base()
|
/third_party/boost/boost/numeric/odeint/stepper/ |
D | adams_moulton.hpp | 95 adams_moulton( algebra_type &algebra ) in adams_moulton() 155 algebra_type& algebra() in algebra() function in boost::numeric::odeint::adams_moulton 158 const algebra_type& algebra() const in algebra() function in boost::numeric::odeint::adams_moulton
|
D | symplectic_rkn_sb3a_mclachlan.hpp | 119 symplectic_rkn_sb3a_mclachlan( const algebra_type &algebra = algebra_type() ) in symplectic_rkn_sb3a_mclachlan()
|
D | symplectic_euler.hpp | 96 symplectic_euler( const algebra_type &algebra = algebra_type() ) in symplectic_euler()
|
D | symplectic_rkn_sb3a_m4_mclachlan.hpp | 116 symplectic_rkn_sb3a_m4_mclachlan( const algebra_type &algebra = algebra_type() ) in symplectic_rkn_sb3a_m4_mclachlan()
|
D | modified_midpoint.hpp | 74 modified_midpoint( unsigned short steps = 2 , const algebra_type &algebra = algebra_type() ) in modified_midpoint() 189 …modified_midpoint_dense_out( unsigned short steps = 2 , const algebra_type &algebra = algebra_type… in modified_midpoint_dense_out()
|
D | runge_kutta4.hpp | 139 runge_kutta4( const algebra_type &algebra = algebra_type() ) : stepper_base_type( in runge_kutta4()
|
D | euler.hpp | 75 euler( const algebra_type &algebra = algebra_type() ) : stepper_base_type( algebra ) in euler()
|
D | runge_kutta4_classic.hpp | 83 …runge_kutta4_classic( const algebra_type &algebra = algebra_type() ) : stepper_base_type( algebra ) in runge_kutta4_classic()
|
D | runge_kutta_cash_karp54.hpp | 183 runge_kutta_cash_karp54( const algebra_type &algebra = algebra_type() ) : stepper_base_type( in runge_kutta_cash_karp54()
|
D | explicit_error_generic_rk.hpp | 110 const algebra_type &algebra = algebra_type() ) in explicit_error_generic_rk()
|
D | explicit_generic_rk.hpp | 140 const algebra_type &algebra = algebra_type() ) in explicit_generic_rk()
|
D | runge_kutta_fehlberg78.hpp | 328 runge_kutta_fehlberg78( const algebra_type &algebra = algebra_type() ) : stepper_base_type( in runge_kutta_fehlberg78()
|
D | runge_kutta_cash_karp54_classic.hpp | 87 …runge_kutta_cash_karp54_classic( const algebra_type &algebra = algebra_type() ) : stepper_base_typ… in runge_kutta_cash_karp54_classic()
|
D | adams_bashforth_moulton.hpp | 92 adams_bashforth_moulton( const algebra_type &algebra ) in adams_bashforth_moulton()
|
D | adaptive_adams_bashforth_moulton.hpp | 81 adaptive_adams_bashforth_moulton( const algebra_type &algebra = algebra_type() ) in adaptive_adams_bashforth_moulton()
|
D | adams_bashforth.hpp | 124 adams_bashforth( const algebra_type &algebra = algebra_type() ) in adams_bashforth()
|
D | velocity_verlet.hpp | 88 velocity_verlet( const algebra_type & algebra = algebra_type() ) in velocity_verlet()
|
/third_party/boost/libs/numeric/odeint/examples/2d_lattice/ |
D | nested_range_algebra.hpp | 19 …1 first1 , Iterator1 last1 , Iterator2 first2 , Iterator3 first3, Operation op , Algebra &algebra ) in for_each3()
|
/third_party/boost/boost/numeric/odeint/stepper/detail/ |
D | generic_rk_algorithm.hpp | 175 Algebra &algebra; member 226 … void inline do_step( Algebra &algebra , System system , const StateIn &in , const DerivIn &dxdt , in do_step()
|
D | adaptive_adams_coefficients.hpp | 67 adaptive_adams_coefficients( const algebra_type &algebra = algebra_type()) in adaptive_adams_coefficients()
|
/third_party/boost/libs/numeric/odeint/examples/ |
D | heun.cpp | 109 heun( const algebra_type &algebra = algebra_type() ) in heun()
|