Home
last modified time | relevance | path

Searched refs:algebra_type (Results 1 – 25 of 52) sorted by relevance

123

/third_party/boost/libs/numeric/odeint/test/
Drange_algebra.cpp52 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 …]
Dalgebra_dispatcher.cpp46 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()
Dstepper_with_units.cpp84 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/
Dalgebra_stepper_base.hpp31 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/
Dalgebra_dispatcher.hpp43 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/
Dthrust_algebra_dispatcher.hpp37 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/
Dadams_moulton.hpp59 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;
Dsymplectic_euler.hpp71 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()
Dsymplectic_rkn_sb3a_mclachlan.hpp92 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()
Dsymplectic_rkn_sb3a_m4_mclachlan.hpp89 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()
Dmodified_midpoint.hpp42 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;
Drunge_kutta4.hpp107 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()
Dcontrolled_adams_bashforth_moulton.hpp41 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()
Deuler.hpp40 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()
Dexplicit_error_generic_rk.hpp52 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()
Drunge_kutta_cash_karp54.hpp151 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()
Dadams_bashforth_moulton.hpp50 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()
Dexplicit_generic_rk.hpp51 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()
Drunge_kutta4_classic.hpp43 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()
Dadams_bashforth.hpp77 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()
Drunge_kutta_fehlberg78.hpp296 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()
Dextrapolation_stepper.hpp52 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/
Dmtl4_algebra_dispatcher.hpp32 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/
Dadaptive_adams_coefficients.hpp42 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/
Dheun.cpp104 typedef typename stepper_base_type::algebra_type algebra_type; typedef in heun
109 heun( const algebra_type &algebra = algebra_type() ) in heun()

123