odeint/doc/index.html
2012-04-02 09:30:08 +02:00

135 lines
8.2 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Chapter&#160;1.&#160;boost.sandbox.numeric.odeint</title>
<link rel="stylesheet" href="boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Chapter&#160;1.&#160;boost.sandbox.numeric.odeint">
<link rel="next" href="boost_sandbox_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"></td></tr></table>
<hr>
<div class="spirit-nav"><a accesskey="n" href="boost_sandbox_numeric_odeint/getting_started.html"><img src="images/next.png" alt="Next"></a></div>
<div class="chapter">
<div class="titlepage"><div>
<div><h2 class="title">
<a name="odeint"></a>Chapter&#160;1.&#160;boost.sandbox.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 &#169; 2009-2011 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>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/getting_started.html">Getting started</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/getting_started/overview.html">Overview</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/getting_started/usage__compilation__headers.html">Usage,
Compilation, Headers</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/getting_started/short_example.html">Short
Example</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/tutorial.html">Tutorial</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/tutorial/harmonic_oscillator.html">Harmonic
oscillator</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/tutorial/solar_system.html">Solar
system</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/tutorial/chaotic_systems_and_lyapunov_exponents.html">Chaotic
systems and Lyapunov exponents</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/tutorial/stiff_systems.html">Stiff
systems</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/tutorial/special_topics.html">Special
topics</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/tutorial/using_cuda_and_thrust.html">Using
Cuda and Thrust</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/tutorial/all_examples.html">All
examples</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/tutorial/references.html">References</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/odeint_in_detail.html">Odeint in
detail</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/odeint_in_detail/steppers.html">Steppers</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/odeint_in_detail/generation_functions.html">Generation
functions</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/odeint_in_detail/integrate_functions.html">Integrate
functions</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_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_sandbox_numeric_odeint/odeint_in_detail/using_boost__ref.html">Using
boost::ref</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/odeint_in_detail/using_boost__range.html">Using
boost::range</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/concepts.html">Concepts</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/concepts/system.html">System</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/concepts/symplectic_system.html">Symplectic
System</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/concepts/simple_symplectic_system.html">Simple
Symplectic System</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/concepts/implicit_system.html">Implicit
System</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/concepts/observer.html">Observer</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/concepts/stepper.html">Stepper</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/concepts/error_stepper.html">Error
Stepper</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/concepts/controlled_stepper.html">Controlled
Stepper</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/concepts/dense_output_stepper.html">Dense
Output Stepper</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/concepts/state_algebra_operations.html">State
Algebra Operations</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/concepts/state_wrapper.html">State
Wrapper</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="odeint/reference.html">Reference</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/old_concepts.html">Old Concepts</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/old_concepts/basic_stepper.html">Basic
stepper</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/old_concepts/error_stepper.html">Error
stepper</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/old_concepts/controlled_stepper.html">Controlled
stepper</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/old_concepts/dense_ouput_stepper.html">Dense
ouput stepper</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/old_concepts/size_adjusting_stepper.html">Size
adjusting stepper</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/old_concepts/compositestepper.html">CompositeStepper</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/old_reference.html">Old Reference</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/old_reference/stepper_classes.html">Stepper
classes</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/old_reference/integration_functions.html">Integration
functions</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/old_reference/algebras.html">Algebras</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/old_reference/operations.html">Operations</a></span></dt>
<dt><span class="section"><a href="boost_sandbox_numeric_odeint/old_reference/resizing.html">Resizing</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 02, 2012 at 06:51:21 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_sandbox_numeric_odeint/getting_started.html"><img src="images/next.png" alt="Next"></a></div>
</body>
</html>