Home
last modified time | relevance | path

Searched refs:ControlledStepper (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/numeric/odeint/test/
Drunge_kutta_controlled_concepts.cpp84 template< class ControlledStepper , typename T >
93 ControlledStepper controlled_stepper; in operator ()()
98 …ystem_vector_space< vector_space_type , vector_space_type , typename ControlledStepper::time_type > in operator ()()
108 template< class ControlledStepper , typename T >
109 struct perform_controlled_stepper_test< ControlledStepper , std::vector<T> >
116 ControlledStepper controlled_stepper; in operator ()()
122 … constant_system_standard< vector_type , vector_type , typename ControlledStepper::time_type > , in operator ()()
133 template< class ControlledStepper >
134 struct perform_controlled_stepper_test< ControlledStepper , vector_space_type >
141 ControlledStepper controlled_stepper; in operator ()()
[all …]
/third_party/boost/boost/numeric/odeint/stepper/
Drosenbrock4_dense_output.hpp37 template< class ControlledStepper >
43 typedef ControlledStepper controlled_stepper_type;
55 typedef rosenbrock4_dense_output< ControlledStepper > dense_output_stepper_type;
/third_party/boost/boost/numeric/odeint/integrate/
Dcheck_adapter.hpp76 template<class ControlledStepper, class Checker>
77 class checked_stepper<ControlledStepper, Checker, controlled_stepper_tag>
81 typedef ControlledStepper stepper_type;
/third_party/boost/libs/numeric/odeint/doc/
Ddetails_iterators.qbk114 * This stepper works with all steppers fulfilling the ControlledStepper concept or the DenseOutputS…
115 * For steppers fulfilling the ControlledStepper concept `state` is modified according to the curren…
129 * This stepper works with all steppers fulfilling the ControlledStepper concept or the DenseOutputS…
130 * For steppers fulfilling the ControlledStepper concept `state` is modified according to the curren…
175 * This stepper works with all steppers fulfilling the Stepper concept, the ControlledStepper concep…
189 * This stepper works with all steppers fulfilling the Stepper concept, the ControlledStepper concep…
/third_party/boost/libs/numeric/odeint/doc/concepts/
Dcontrolled_stepper.qbk49 [[`ControlledStepper`] [A type that is a model of Controlled Stepper]]
52 [[`stepper`] [An object of type `ControlledStepper`]]