OdeAdamsMoultonInitializeODEs(OdeFunction, Int32, Double, Double) Method |
Method that initialize the ODE to solve.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override void InitializeODEs(
OdeFunction function,
int numEquations,
double t0,
double[] y0
)
Parameters
- function OdeFunction
- A function that evaluates the right side of the differential equations.
- numEquations Int32
- The number of differential equations.
- t0 Double
- The initial value for the independent variable.
- y0 Double
- A vector of size N containing the initial conditions. N is the number of differential equations.
See Also