Click or drag to resize

RungeKuttaExplicitBaseCore_f Field

The ODE function. First argument is the independent variable (usually named x or t), 2nd argument are the current y values, and the 3rd argument adopts the derivatives dy/dx calculated by this function.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected Action<double, double[], double[]> _f

Field Value

ActionDouble, Double, Double
See Also