public class RungeKuttaIntegrator extends Object implements ODEIntegrator
Constructor and Description |
---|
RungeKuttaIntegrator(RungeKuttaStepper stepper) |
Modifier and Type | Method and Description |
---|---|
Vector[] |
integrate(ODE1stOrder ode,
double[] x)
This is the integration method that approximates the solution of a
first order ODE.
|
public RungeKuttaIntegrator(RungeKuttaStepper stepper)
public Vector[] integrate(ODE1stOrder ode, double[] x)
ODEIntegrator
integrate
in interface ODEIntegrator
ode
- the ODEx
- the times, x-axis, grid points, or the variable valuesCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.