From 39cd714f121afc819d2efc364076d7d673d2bb40 Mon Sep 17 00:00:00 2001 From: Karsten Ahnert Date: Tue, 15 Nov 2011 22:32:48 +0100 Subject: [PATCH] working on docs --- libs/numeric/odeint/doc/controlled_stepper_table.qbk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libs/numeric/odeint/doc/controlled_stepper_table.qbk 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