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_controlled( abs_error , rel_error , stepper ) 15 [[Stepper] [Result of make_controlled] [Remarks]] 16 [[`runge_kutta_cash_karp54`] [`controlled_runge_kutta< runge_kutta_cash_karp54 , default_error_checker<...> >`] [['a[sub x]=1], ['a[sub dxdt]=1]]] 17 [[`runge_kutta_fehlberg78`] [`controlled_runge_kutta< runge_kutta_fehlberg78 , default_error_checker<...> >`] [['a[sub x]=1], ['a[sub dxdt]=1]]] 18 [[`runge_kutta_dopri5`] [`controlled_runge_kutta< runge_kutta_dopri5 , default_error_checker<...> >`] [['a [sub x]=1], ['a[sub dxdt]=1]]] 19 [[`rosenbrock4`] [`rosenbrock4_controlled< rosenbrock4 >`] [-]] 20] 21