Publishing R3
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / common / boost / 1.64.0 / include / boost-1_64 / boost / numeric / odeint / stepper / generation / generation_runge_kutta_fehlberg78.hpp
1 /*
2  [auto_generated]
3  boost/numeric/odeint/stepper/generation/generation_runge_kutta_fehlberg78.hpp
4
5  [begin_description]
6  Enable the factory functions for the controller and the dense output of the Runge-Kutta-Fehlberg 78 method.
7  [end_description]
8
9  Copyright 2011 Karsten Ahnert
10  Copyright 2011 Mario Mulansky
11
12  Distributed under the Boost Software License, Version 1.0.
13  (See accompanying file LICENSE_1_0.txt or
14  copy at http://www.boost.org/LICENSE_1_0.txt)
15  */
16
17
18 #ifndef BOOST_NUMERIC_ODEINT_STEPPER_GENERATION_GENERATION_RUNGE_KUTTA_FEHLBERG78_HPP_INCLUDED
19 #define BOOST_NUMERIC_ODEINT_STEPPER_GENERATION_GENERATION_RUNGE_KUTTA_FEHLBERG78_HPP_INCLUDED
20
21 #include <boost/numeric/odeint/stepper/controlled_runge_kutta.hpp>
22 #include <boost/numeric/odeint/stepper/runge_kutta_fehlberg78.hpp>
23 #include <boost/numeric/odeint/stepper/generation/make_controlled.hpp>
24
25 namespace boost {
26 namespace numeric {
27 namespace odeint {
28
29
30 template< class State , class Value , class Deriv , class Time , class Algebra , class Operations , class Resize >
31 struct get_controller< runge_kutta_fehlberg78< State , Value , Deriv , Time , Algebra , Operations , Resize > >
32 {
33     typedef runge_kutta_fehlberg78< State , Value , Deriv , Time , Algebra , Operations , Resize > stepper_type;
34     typedef controlled_runge_kutta< stepper_type > type;
35 };
36
37
38
39
40
41 } // odeint
42 } // numeric
43 } // boost
44
45
46 #endif // BOOST_NUMERIC_ODEINT_STEPPER_GENERATION_GENERATION_RUNGE_KUTTA_FEHLBERG78_HPP_INCLUDED