Class RungeKutta3
- java.lang.Object
-
- dev.nm.analysis.differentialequation.ode.ivp.solver.rungekutta.RungeKutta3
-
- All Implemented Interfaces:
RungeKuttaStepper
public class RungeKutta3 extends Object implements RungeKuttaStepper
This is the third-order Runge-Kutta formula.
-
-
Constructor Summary
Constructors Constructor Description RungeKutta3()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector
step(DerivativeFunction dy, Vector y0, double x0, double x1, double h)
-
-
-
Method Detail
-
step
public Vector step(DerivativeFunction dy, Vector y0, double x0, double x1, double h)
- Specified by:
step
in interfaceRungeKuttaStepper
-
-