Home
last modified time | relevance | path

Searched defs:algebra (Results 1 – 25 of 32) sorted by relevance

12

/third_party/boost/libs/numeric/odeint/test/
Drange_algebra.cpp50 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
Deuler_stepper.cpp85 range_algebra algebra; in BOOST_AUTO_TEST_CASE() local
/third_party/boost/boost/numeric/odeint/stepper/base/
Dalgebra_stepper_base.hpp34 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
Dexplicit_stepper_base.hpp93 explicit_stepper_base( const algebra_type &algebra = algebra_type() ) in explicit_stepper_base()
/third_party/boost/boost/numeric/odeint/stepper/
Dadams_moulton.hpp95 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
Dsymplectic_rkn_sb3a_mclachlan.hpp119 symplectic_rkn_sb3a_mclachlan( const algebra_type &algebra = algebra_type() ) in symplectic_rkn_sb3a_mclachlan()
Dsymplectic_euler.hpp96 symplectic_euler( const algebra_type &algebra = algebra_type() ) in symplectic_euler()
Dsymplectic_rkn_sb3a_m4_mclachlan.hpp116 symplectic_rkn_sb3a_m4_mclachlan( const algebra_type &algebra = algebra_type() ) in symplectic_rkn_sb3a_m4_mclachlan()
Dmodified_midpoint.hpp74 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()
Drunge_kutta4.hpp139 runge_kutta4( const algebra_type &algebra = algebra_type() ) : stepper_base_type( in runge_kutta4()
Deuler.hpp75 euler( const algebra_type &algebra = algebra_type() ) : stepper_base_type( algebra ) in euler()
Drunge_kutta4_classic.hpp83 …runge_kutta4_classic( const algebra_type &algebra = algebra_type() ) : stepper_base_type( algebra ) in runge_kutta4_classic()
Drunge_kutta_cash_karp54.hpp183 runge_kutta_cash_karp54( const algebra_type &algebra = algebra_type() ) : stepper_base_type( in runge_kutta_cash_karp54()
Dexplicit_error_generic_rk.hpp110 const algebra_type &algebra = algebra_type() ) in explicit_error_generic_rk()
Dexplicit_generic_rk.hpp140 const algebra_type &algebra = algebra_type() ) in explicit_generic_rk()
Drunge_kutta_fehlberg78.hpp328 runge_kutta_fehlberg78( const algebra_type &algebra = algebra_type() ) : stepper_base_type( in runge_kutta_fehlberg78()
Drunge_kutta_cash_karp54_classic.hpp87 …runge_kutta_cash_karp54_classic( const algebra_type &algebra = algebra_type() ) : stepper_base_typ… in runge_kutta_cash_karp54_classic()
Dadams_bashforth_moulton.hpp92 adams_bashforth_moulton( const algebra_type &algebra ) in adams_bashforth_moulton()
Dadaptive_adams_bashforth_moulton.hpp81 adaptive_adams_bashforth_moulton( const algebra_type &algebra = algebra_type() ) in adaptive_adams_bashforth_moulton()
Dadams_bashforth.hpp124 adams_bashforth( const algebra_type &algebra = algebra_type() ) in adams_bashforth()
Dvelocity_verlet.hpp88 velocity_verlet( const algebra_type & algebra = algebra_type() ) in velocity_verlet()
/third_party/boost/libs/numeric/odeint/examples/2d_lattice/
Dnested_range_algebra.hpp19 …1 first1 , Iterator1 last1 , Iterator2 first2 , Iterator3 first3, Operation op , Algebra &algebra ) in for_each3()
/third_party/boost/boost/numeric/odeint/stepper/detail/
Dgeneric_rk_algorithm.hpp175 Algebra &algebra; member
226 … void inline do_step( Algebra &algebra , System system , const StateIn &in , const DerivIn &dxdt , in do_step()
Dadaptive_adams_coefficients.hpp67 adaptive_adams_coefficients( const algebra_type &algebra = algebra_type()) in adaptive_adams_coefficients()
/third_party/boost/libs/numeric/odeint/examples/
Dheun.cpp109 heun( const algebra_type &algebra = algebra_type() ) in heun()

12