public interface ODEIntegrator
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.
|
Vector[] integrate(ODE1stOrder ode, double[] x)
ode
- the ODEx
- the times, x-axis, grid points, or the variable valuesCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.