Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/numeric/odeint.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
4 | 4 |
5 [begin_description] | 5 [begin_description] |
6 Forward include for odeint. Includes nearly everything. | 6 Forward include for odeint. Includes nearly everything. |
7 [end_description] | 7 [end_description] |
8 | 8 |
9 Copyright 2009-2011 Karsten Ahnert | 9 Copyright 2009-2013 Karsten Ahnert |
10 Copyright 2009-2011 Mario Mulansky | 10 Copyright 2010-2013 Mario Mulansky |
11 | 11 |
12 Distributed under the Boost Software License, Version 1.0. | 12 Distributed under the Boost Software License, Version 1.0. |
13 (See accompanying file LICENSE_1_0.txt or | 13 (See accompanying file LICENSE_1_0.txt or |
14 copy at http://www.boost.org/LICENSE_1_0.txt) | 14 copy at http://www.boost.org/LICENSE_1_0.txt) |
15 */ | 15 */ |
45 #include <boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp> | 45 #include <boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp> |
46 #endif | 46 #endif |
47 | 47 |
48 #include <boost/numeric/odeint/stepper/symplectic_euler.hpp> | 48 #include <boost/numeric/odeint/stepper/symplectic_euler.hpp> |
49 #include <boost/numeric/odeint/stepper/symplectic_rkn_sb3a_mclachlan.hpp> | 49 #include <boost/numeric/odeint/stepper/symplectic_rkn_sb3a_mclachlan.hpp> |
50 #include <boost/numeric/odeint/stepper/velocity_verlet.hpp> | |
50 | 51 |
51 #include <boost/numeric/odeint/stepper/adams_bashforth_moulton.hpp> | 52 #include <boost/numeric/odeint/stepper/adams_bashforth_moulton.hpp> |
52 | 53 |
53 #include <boost/numeric/odeint/stepper/implicit_euler.hpp> | 54 #include <boost/numeric/odeint/stepper/implicit_euler.hpp> |
54 #include <boost/numeric/odeint/stepper/rosenbrock4.hpp> | 55 #include <boost/numeric/odeint/stepper/rosenbrock4.hpp> |
55 #include <boost/numeric/odeint/stepper/rosenbrock4_controller.hpp> | 56 #include <boost/numeric/odeint/stepper/rosenbrock4_controller.hpp> |
56 #include <boost/numeric/odeint/stepper/rosenbrock4_dense_output.hpp> | 57 #include <boost/numeric/odeint/stepper/rosenbrock4_dense_output.hpp> |
57 | 58 |
59 #include <boost/numeric/odeint/algebra/algebra_dispatcher.hpp> | |
60 #include <boost/numeric/odeint/algebra/multi_array_algebra.hpp> | |
61 #include <boost/numeric/odeint/util/multi_array_adaption.hpp> | |
58 /* | 62 /* |
59 * Including this algebra slows down the compilation time | 63 * Including this algebra slows down the compilation time |
60 */ | 64 */ |
61 // #include <boost/numeric/odeint/algebra/fusion_algebra.hpp> | 65 // #include <boost/numeric/odeint/algebra/fusion_algebra.hpp> |
62 #include <boost/numeric/odeint/algebra/vector_space_algebra.hpp> | |
63 | 66 |
64 #include <boost/numeric/odeint/integrate/integrate.hpp> | 67 #include <boost/numeric/odeint/integrate/integrate.hpp> |
65 #include <boost/numeric/odeint/integrate/integrate_adaptive.hpp> | 68 #include <boost/numeric/odeint/integrate/integrate_adaptive.hpp> |
66 #include <boost/numeric/odeint/integrate/integrate_const.hpp> | 69 #include <boost/numeric/odeint/integrate/integrate_const.hpp> |
67 #include <boost/numeric/odeint/integrate/integrate_n_steps.hpp> | 70 #include <boost/numeric/odeint/integrate/integrate_n_steps.hpp> |
69 | 72 |
70 #include <boost/numeric/odeint/integrate/observer_collection.hpp> | 73 #include <boost/numeric/odeint/integrate/observer_collection.hpp> |
71 | 74 |
72 #include <boost/numeric/odeint/stepper/generation.hpp> | 75 #include <boost/numeric/odeint/stepper/generation.hpp> |
73 | 76 |
77 #include <boost/numeric/odeint/iterator/adaptive_iterator.hpp> | |
78 #include <boost/numeric/odeint/iterator/adaptive_time_iterator.hpp> | |
79 #include <boost/numeric/odeint/iterator/const_step_iterator.hpp> | |
80 #include <boost/numeric/odeint/iterator/const_step_time_iterator.hpp> | |
81 | |
74 | 82 |
75 #endif // BOOST_NUMERIC_ODEINT_HPP_INCLUDED | 83 #endif // BOOST_NUMERIC_ODEINT_HPP_INCLUDED |