public class RungeKutta7 extends Object implements RungeKuttaStepper
Constructor and Description |
---|
RungeKutta7() |
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 RungeKuttaStepper
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.