• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[/============================================================================
2  Boost.odeint
3
4  Copyright 2011-2012 Karsten Ahnert
5  Copyright 2011-2012 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
14[table Generation functions make_dense_output( abs_error , rel_error , stepper )
15  [[Stepper] [Result of make_dense_output] [Remarks]]
16  [[`runge_kutta_dopri5`] [`dense_output_runge_kutta< controlled_runge_kutta< runge_kutta_dopri5 , default_error_checker<...> > >`] [['a [sub x]=1], ['a[sub dxdt]=1]]]
17  [[`rosenbrock4`] [`rosenbrock4_dense_output< rosenbrock4_controller< rosenbrock4 > >`] [-]]
18]
19
20