File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ A lightweight TypeScript library for solving initial value problem ([IVP](https:
2525 * The Bogacki-Shampine 3(2) method ([ RK3] ( https://en.wikipedia.org/wiki/Bogacki%E2%80%93Shampine_method ) )
2626 * The Runge-Kutta-Fehlberg method ([ RK4] ( https://en.wikipedia.org/wiki/Runge%E2%80%93Kutta%E2%80%93Fehlberg_method ) )
2727 * The Dormand-Prince 5(4) method ([ RKDP] ( https://en.wikipedia.org/wiki/Dormand%E2%80%93Prince_method ) )
28- * Adams-Bashforth type:
29- * The predictor-corrector method of order 4 ([ AB4] ( https://en.wikipedia.org/wiki/Linear_multistep_method ) )
30- * The predictor-corrector method of order 5 ([ AB5] ( https://en.wikipedia.org/wiki/Linear_multistep_method ) )
28+ * Adams multistep predictor–correctors: orders 4 ([ AB4] ( https://en.wikipedia.org/wiki/Linear_multistep_method ) ) and 5 ([ AB5] ( https://en.wikipedia.org/wiki/Linear_multistep_method ) )
3129* Scripting:
3230 * declarative specification of models
3331 * auto-generated JavaScript code
You can’t perform that action at this time.
0 commit comments