public class RungeKutta10 extends Object implements RungeKuttaStepper
| Constructor and Description |
|---|
RungeKutta10() |
| Modifier and Type | Method and Description |
|---|---|
Vector |
step(DerivativeFunction dy,
Vector y0,
double x0,
double x1,
double h) |
public Vector step(DerivativeFunction dy, Vector y0, double x0, double x1, double h)
step in interface RungeKuttaStepperCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.