range_table.qbk 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. [/============================================================================
  2. Boost.odeint
  3. Copyright 2012 Karsten Ahnert
  4. Copyright 2012 Mario Mulansky
  5. Use, modification and distribution is subject to the Boost Software License,
  6. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  7. http://www.boost.org/LICENSE_1_0.txt)
  8. =============================================================================/]
  9. [/
  10. Steppers supporting __boost_range:
  11. * adams_bashforth_moulton
  12. * bulirsch_stoer_dense_out
  13. * bulirsch_stoer
  14. * controlled_runge_kutta
  15. * dense_output_runge_kutta
  16. * euler
  17. * explicit_error_generic_rk
  18. * explicit_generic_rk
  19. * rosenbrock4_controller
  20. * rosenbrock4_dense_output
  21. * rosenbrock4
  22. * runge_kutta4_classic
  23. * runge_kutta4
  24. * runge_kutta_cash_karp54_classic
  25. * runge_kutta_cash_karp54
  26. * runge_kutta_dopri5
  27. * runge_kutta_fehlberg78
  28. * symplectic_euler
  29. * symplectic_rkn_sb3a_mclachlan
  30. Algebras supporting __boost_range
  31. * range_algebra
  32. * thrust_algebra
  33. /]
  34. [table Steppers supporting Boost.Range
  35. [[Stepper]]
  36. [[adams_bashforth_moulton]]
  37. [[bulirsch_stoer_dense_out]]
  38. [[bulirsch_stoer]]
  39. [[controlled_runge_kutta]]
  40. [[dense_output_runge_kutta]]
  41. [[euler]]
  42. [[explicit_error_generic_rk]]
  43. [[explicit_generic_rk]]
  44. [[rosenbrock4_controller]]
  45. [[rosenbrock4_dense_output]]
  46. [[rosenbrock4]]
  47. [[runge_kutta4_classic]]
  48. [[runge_kutta4]]
  49. [[runge_kutta_cash_karp54_classic]]
  50. [[runge_kutta_cash_karp54]]
  51. [[runge_kutta_dopri5]]
  52. [[runge_kutta_fehlberg78]]
  53. [[symplectic_euler]]
  54. [[symplectic_rkn_sb3a_mclachlan]]
  55. ]
  56. [table Algebras supporting Boost.Range
  57. [[algebra]]
  58. [[range_algebra]]
  59. [[thrust_algebra]]
  60. ]