blob: d26a2d49be72dcdef0ef35d419f54c1190bb2653 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Chapter 1. Boost.Numeric.Odeint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="Chapter 1. Boost.Numeric.Odeint">
<link rel="next" href="boost_numeric_odeint/getting_started.html" title="Getting started">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="logo.jpg"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav"><a accesskey="n" href="boost_numeric_odeint/getting_started.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a></div>
<div class="chapter">
<div class="titlepage"><div>
<div><h2 class="title">
<a name="odeint"></a>Chapter 1. Boost.Numeric.Odeint</h2></div>
<div><div class="author"><h3 class="author">
<span class="firstname">Karsten</span> <span class="surname">Ahnert</span>
</h3></div></div>
<div><div class="author"><h3 class="author">
<span class="firstname">Mario</span> <span class="surname">Mulansky</span>
</h3></div></div>
<div><p class="copyright">Copyright © 2009-2012 Karsten
Ahnert and Mario Mulansky</p></div>
<div><div class="legalnotice">
<a name="odeint.legal"></a><p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></div>
</div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl class="toc">
<dt><span class="section"><a href="boost_numeric_odeint/getting_started.html">Getting started</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="boost_numeric_odeint/getting_started/overview.html">Overview</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/getting_started/usage__compilation__headers.html">Usage,
Compilation, Headers</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/getting_started/short_example.html">Short
Example</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="boost_numeric_odeint/tutorial.html">Tutorial</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="boost_numeric_odeint/tutorial/harmonic_oscillator.html">Harmonic
oscillator</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/tutorial/solar_system.html">Solar system</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/tutorial/chaotic_systems_and_lyapunov_exponents.html">Chaotic
systems and Lyapunov exponents</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/tutorial/stiff_systems.html">Stiff systems</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/tutorial/complex_state_types.html">Complex
state types</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/tutorial/lattice_systems.html">Lattice
systems</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/tutorial/ensembles_of_oscillators.html">Ensembles
of oscillators</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/tutorial/using_boost__units.html">Using
boost::units</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/tutorial/using_matrices_as_state_types.html">Using
matrices as state types</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/tutorial/using_arbitrary_precision_floating_point_types.html">Using
arbitrary precision floating point types</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/tutorial/self_expanding_lattices.html">Self
expanding lattices</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/tutorial/using_cuda__or_openmp__tbb_______via_thrust.html">Using
CUDA (or OpenMP, TBB, ...) via Thrust</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/tutorial/using_opencl_via_vexcl.html">Using
OpenCL via VexCL</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/tutorial/parallel_computation_with_openmp_and_mpi.html">Parallel
computation with OpenMP and MPI</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/tutorial/all_examples.html">All examples</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="boost_numeric_odeint/odeint_in_detail.html">odeint in detail</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="boost_numeric_odeint/odeint_in_detail/steppers.html">Steppers</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/odeint_in_detail/generation_functions.html">Generation
functions</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/odeint_in_detail/integrate_functions.html">Integrate
functions</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/odeint_in_detail/iterators_and_ranges.html">Iterators
and Ranges</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/odeint_in_detail/state_types__algebras_and_operations.html">State
types, algebras and operations</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/odeint_in_detail/using_boost__ref.html">Using
boost::ref</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/odeint_in_detail/using_boost__range.html">Using
boost::range</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/odeint_in_detail/binding_member_functions.html">Binding
member functions</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="boost_numeric_odeint/concepts.html">Concepts</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="boost_numeric_odeint/concepts/system.html">System</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/concepts/second_order_system.html">Second
Order System</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/concepts/symplectic_system.html">Symplectic
System</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/concepts/simple_symplectic_system.html">Simple
Symplectic System</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/concepts/implicit_system.html">Implicit
System</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/concepts/stepper.html">Stepper</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/concepts/error_stepper.html">Error Stepper</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/concepts/controlled_stepper.html">Controlled
Stepper</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/concepts/dense_output_stepper.html">Dense
Output Stepper</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/concepts/state_algebra_operations.html">State
Algebra Operations</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/concepts/state_wrapper.html">State Wrapper</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="boost_numeric_odeint/literature.html">Literature</a></span></dt>
<dt><span class="section"><a href="boost_numeric_odeint/acknowledgments.html">Acknowledgments</a></span></dt>
<dt><span class="section"><a href="odeint_reference.html">odeint Reference</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="header/boost/numeric/odeint/integrate/integrate_hpp.html">Header <boost/numeric/odeint/integrate/integrate.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/integrate/integrate_adaptive_hpp.html">Header <boost/numeric/odeint/integrate/integrate_adaptive.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/integrate/integrate_const_hpp.html">Header <boost/numeric/odeint/integrate/integrate_const.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/integrate/integrate_n_steps_hpp.html">Header <boost/numeric/odeint/integrate/integrate_n_steps.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/integrate/integrate_times_hpp.html">Header <boost/numeric/odeint/integrate/integrate_times.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/iterator/adaptive_iterator_hpp.html">Header <boost/numeric/odeint/iterator/adaptive_iterator.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/iterator/adaptive_time_iterator_hpp.html">Header <boost/numeric/odeint/iterator/adaptive_time_iterator.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/iterator/const_step_iterator_hpp.html">Header <boost/numeric/odeint/iterator/const_step_iterator.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/iterator/const_step_time_iterator_hpp.html">Header <boost/numeric/odeint/iterator/const_step_time_iterator.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/iterator/n_step_iterator_hpp.html">Header <boost/numeric/odeint/iterator/n_step_iterator.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/iterator/n_step_time_iterator_hpp.html">Header <boost/numeric/odeint/iterator/n_step_time_iterator.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/iterator/times_iterator_hpp.html">Header <boost/numeric/odeint/iterator/times_iterator.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/iterator/times_time_iterator_hpp.html">Header <boost/numeric/odeint/iterator/times_time_iterator.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/adams_bashforth_hpp.html">Header <boost/numeric/odeint/stepper/adams_bashforth.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/adams_bashforth_moulton_hpp.html">Header <boost/numeric/odeint/stepper/adams_bashforth_moulton.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/adams_moulton_hpp.html">Header <boost/numeric/odeint/stepper/adams_moulton.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/bulirsch_stoer_hpp.html">Header <boost/numeric/odeint/stepper/bulirsch_stoer.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out_hpp.html">Header <boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/controlled_runge_kutta_hpp.html">Header <boost/numeric/odeint/stepper/controlled_runge_kutta.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/controlled_step_result_hpp.html">Header <boost/numeric/odeint/stepper/controlled_step_result.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/dense_output_runge_kutta_hpp.html">Header <boost/numeric/odeint/stepper/dense_output_runge_kutta.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/euler_hpp.html">Header <boost/numeric/odeint/stepper/euler.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/explicit_error_generic_rk_hpp.html">Header <boost/numeric/odeint/stepper/explicit_error_generic_rk.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/explicit_generic_rk_hpp.html">Header <boost/numeric/odeint/stepper/explicit_generic_rk.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/extrapolation_stepper_hpp.html">Header <boost/numeric/odeint/stepper/extrapolation_stepper.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/implicit_euler_hpp.html">Header <boost/numeric/odeint/stepper/implicit_euler.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/modified_midpoint_hpp.html">Header <boost/numeric/odeint/stepper/modified_midpoint.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/rosenbrock4_hpp.html">Header <boost/numeric/odeint/stepper/rosenbrock4.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/rosenbrock4_controller_hpp.html">Header <boost/numeric/odeint/stepper/rosenbrock4_controller.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/rosenbrock4_dense_output_hpp.html">Header <boost/numeric/odeint/stepper/rosenbrock4_dense_output.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/runge_kutta4_hpp.html">Header <boost/numeric/odeint/stepper/runge_kutta4.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/runge_kutta4_classic_hpp.html">Header <boost/numeric/odeint/stepper/runge_kutta4_classic.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/runge_kutta_cash_karp54_hpp.html">Header <boost/numeric/odeint/stepper/runge_kutta_cash_karp54.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/runge_kutta_cash_karp54_classic_hpp.html">Header <boost/numeric/odeint/stepper/runge_kutta_cash_karp54_classic.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/runge_kutta_dopri5_hpp.html">Header <boost/numeric/odeint/stepper/runge_kutta_dopri5.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/runge_kutta_fehlberg78_hpp.html">Header <boost/numeric/odeint/stepper/runge_kutta_fehlberg78.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/stepper_categories_hpp.html">Header <boost/numeric/odeint/stepper/stepper_categories.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/symplectic_euler_hpp.html">Header <boost/numeric/odeint/stepper/symplectic_euler.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/symplectic_rkn_sb3a_m4_mclachlan_hpp.html">Header <boost/numeric/odeint/stepper/symplectic_rkn_sb3a_m4_mclachlan.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/symplectic_rkn_sb3a_mclachlan_hpp.html">Header <boost/numeric/odeint/stepper/symplectic_rkn_sb3a_mclachlan.hpp></a></span></dt>
<dt><span class="section"><a href="header/boost/numeric/odeint/stepper/velocity_verlet_hpp.html">Header <boost/numeric/odeint/stepper/velocity_verlet.hpp></a></span></dt>
</dl></dd>
<dt><span class="section"><a href="odeint/indexes.html">Indexes</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="odeint/indexes/s01.html">Class Index</a></span></dt>
<dt><span class="section"><a href="odeint/indexes/s02.html">Function Index</a></span></dt>
<dt><span class="section"><a href="odeint/indexes/s03.html">Index</a></span></dt>
</dl></dd>
</dl>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: April 07, 2015 at 22:43:50 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
<div class="spirit-nav"><a accesskey="n" href="boost_numeric_odeint/getting_started.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a></div>
</body>
</html>
|