Interface RungeKuttaStepper
-
- All Known Implementing Classes:
RungeKutta1
,RungeKutta10
,RungeKutta2
,RungeKutta3
,RungeKutta4
,RungeKutta5
,RungeKutta6
,RungeKutta7
,RungeKutta8
public interface RungeKuttaStepper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vector
step(DerivativeFunction dy, Vector y0, double x0, double x1, double h)
-
-
-
Method Detail
-
step
Vector step(DerivativeFunction dy, Vector y0, double x0, double x1, double h)
-
-