Click or drag to resize

MultiStepMethodBaseInitializationDataF Property

Gets or sets the function used to calculate the derivatives.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Action<double, double[], double[]> F { get; set; }

Property Value

ActionDouble, Double, Double
See Also