Module dzahui::solvers::euler

source ·

Structs

Traits

Euler’s method for ordinary differential equations. The form of the equation is assumed to be “y’(n) = f(t,y,y’,..,y’(n-1))”.