Click or drag to resize

GearsBDFWithNordsieckStateCore_f Field

The differential equation to integrate. First arg is the independent variable (x), second arg are the current y-values, and the 3rd arg adopts the derivatives of y as 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