diff --git a/libs/numeric/odeint/doc/controlled_stepper_table.qbk b/libs/numeric/odeint/doc/controlled_stepper_table.qbk new file mode 100644 index 00000000..bc8493e7 --- /dev/null +++ b/libs/numeric/odeint/doc/controlled_stepper_table.qbk @@ -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]]] ] +] \ No newline at end of file