MultiStepMethodBaseInitializationData Constructor |
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public InitializationData(
double x0,
double[] y0,
Action<double, double[], double[]> f
)
Parameters
- x0 Double
- The initial x value.
- y0 Double
- The initial y values.
- f ActionDouble, Double, Double
- Calculation of the derivatives. First argument is x value, 2nd argument are the current y values. The 3rd argument is an array that store the derivatives.
See Also