2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-01-25 18:32:14 +00:00

working on docs

This commit is contained in:
Karsten Ahnert
2011-11-15 22:32:48 +01:00
parent c4e68506bf
commit 39cd714f12

View File

@@ -0,0 +1,6 @@
[table Adaptive step size algorithms
[ [Stepper] [Tolerance formula] [Step size adaption] ]
[ [controlled_runge_kutta] [['tol=1/2]] [['dt[subl new] = dt[subl old][super 1/a]]] ]
[ [rosenbrock4_controller] [['tol=1/2]] [['dt[subl new] = dt[subl old][super 1/a]]] ]
[ [bulirsch_stoer] [['tol=1/2]] [['dt[subl new] = dt[subl old][super 1/a]]] ]
]