annotate DEPENDENCIES/generic/include/boost/numeric/odeint/stepper/generation.hpp @ 133:4acb5d8d80b6
tip
Don't fail environmental check if README.md exists (but .txt and no-suffix don't)
author |
Chris Cannam |
date |
Tue, 30 Jul 2019 12:25:44 +0100 |
parents |
c530137014c0 |
children |
|
rev |
line source |
Chris@16
|
1 /*
|
Chris@16
|
2 [auto_generated]
|
Chris@16
|
3 boost/numeric/odeint/stepper/generation.hpp
|
Chris@16
|
4
|
Chris@16
|
5 [begin_description]
|
Chris@16
|
6 Forward header for the factory functions. Includes all files from the generation directory.
|
Chris@16
|
7 [end_description]
|
Chris@16
|
8
|
Chris@101
|
9 Copyright 2011 Karsten Ahnert
|
Chris@101
|
10 Copyright 2011 Mario Mulansky
|
Chris@16
|
11
|
Chris@16
|
12 Distributed under the Boost Software License, Version 1.0.
|
Chris@16
|
13 (See accompanying file LICENSE_1_0.txt or
|
Chris@16
|
14 copy at http://www.boost.org/LICENSE_1_0.txt)
|
Chris@16
|
15 */
|
Chris@16
|
16
|
Chris@16
|
17
|
Chris@16
|
18 #ifndef BOOST_NUMERIC_ODEINT_STEPPER_GENERATION_HPP_INCLUDED
|
Chris@16
|
19 #define BOOST_NUMERIC_ODEINT_STEPPER_GENERATION_HPP_INCLUDED
|
Chris@16
|
20
|
Chris@16
|
21 #include <boost/numeric/odeint/stepper/generation/make_controlled.hpp>
|
Chris@16
|
22 #include <boost/numeric/odeint/stepper/generation/make_dense_output.hpp>
|
Chris@16
|
23
|
Chris@16
|
24 #include <boost/numeric/odeint/stepper/generation/generation_controlled_runge_kutta.hpp>
|
Chris@16
|
25 #include <boost/numeric/odeint/stepper/generation/generation_dense_output_runge_kutta.hpp>
|
Chris@16
|
26
|
Chris@16
|
27 #include <boost/numeric/odeint/stepper/generation/generation_runge_kutta_cash_karp54_classic.hpp>
|
Chris@16
|
28 #include <boost/numeric/odeint/stepper/generation/generation_runge_kutta_cash_karp54.hpp>
|
Chris@16
|
29 #include <boost/numeric/odeint/stepper/generation/generation_runge_kutta_dopri5.hpp>
|
Chris@16
|
30 #include <boost/numeric/odeint/stepper/generation/generation_runge_kutta_fehlberg78.hpp>
|
Chris@16
|
31
|
Chris@16
|
32
|
Chris@16
|
33 #include <boost/numeric/odeint/stepper/generation/generation_rosenbrock4.hpp>
|
Chris@16
|
34
|
Chris@16
|
35
|
Chris@16
|
36 #endif // BOOST_NUMERIC_ODEINT_STEPPER_GENERATION_HPP_INCLUDED
|