blob: 9adfd081ebd32d1339c5761fa5f0007a1f911164 [file] [log] [blame]
Brian Silverman7c33ab22018-08-04 17:14:51 -07001[/============================================================================
2 Boost.odeint
3
4 Copyright 2011-2012 Karsten Ahnert
5 Copyright 2011 Mario Mulansky
6
7 Use, modification and distribution is subject to the Boost Software License,
8 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
9 http://www.boost.org/LICENSE_1_0.txt)
10=============================================================================/]
11
12
13[section:concepts Concepts]
14[# odeint.concepts]
15
16[include concepts/system.qbk]
17[include concepts/second_order_system.qbk]
18[include concepts/symplectic_system.qbk]
19[include concepts/implicit_system.qbk]
20[include concepts/stepper.qbk]
21[include concepts/error_stepper.qbk]
22[include concepts/controlled_stepper.qbk]
23[include concepts/dense_output_stepper.qbk]
24[include concepts/state_algebra_operations.qbk]
25[include concepts/state_wrapper.qbk]
26
27[endsect]