#include <odesolve.h>
Inheritance diagram for OdeEuler:
Public Methods | |
OdeEuler () | |
void | calc_step (real y0[], real y1[], unsigned int len, real t0, real t1, dydt_function dydt) |
not recomended unless you REALLY need the speed. use mid-point instead if you need speed.