1[/============================================================================ 2 Boost.odeint 3 4 Copyright 2012 Karsten Ahnert 5 Copyright 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[/ 15Steppers supporting __boost_range: 16 17* adams_bashforth_moulton 18* bulirsch_stoer_dense_out 19* bulirsch_stoer 20* controlled_runge_kutta 21* dense_output_runge_kutta 22* euler 23* explicit_error_generic_rk 24* explicit_generic_rk 25* rosenbrock4_controller 26* rosenbrock4_dense_output 27* rosenbrock4 28* runge_kutta4_classic 29* runge_kutta4 30* runge_kutta_cash_karp54_classic 31* runge_kutta_cash_karp54 32* runge_kutta_dopri5 33* runge_kutta_fehlberg78 34* symplectic_euler 35* symplectic_rkn_sb3a_mclachlan 36 37Algebras supporting __boost_range 38 39* range_algebra 40* thrust_algebra 41/] 42 43[table Steppers supporting Boost.Range 44 [[Stepper]] 45 [[adams_bashforth_moulton]] 46 [[bulirsch_stoer_dense_out]] 47 [[bulirsch_stoer]] 48 [[controlled_runge_kutta]] 49 [[dense_output_runge_kutta]] 50 [[euler]] 51 [[explicit_error_generic_rk]] 52 [[explicit_generic_rk]] 53 [[rosenbrock4_controller]] 54 [[rosenbrock4_dense_output]] 55 [[rosenbrock4]] 56 [[runge_kutta4_classic]] 57 [[runge_kutta4]] 58 [[runge_kutta_cash_karp54_classic]] 59 [[runge_kutta_cash_karp54]] 60 [[runge_kutta_dopri5]] 61 [[runge_kutta_fehlberg78]] 62 [[symplectic_euler]] 63 [[symplectic_rkn_sb3a_mclachlan]] 64] 65 66[table Algebras supporting Boost.Range 67 [[algebra]] 68 [[range_algebra]] 69 [[thrust_algebra]] 70]