Click or drag to resize

OdeSolution Delegate

Delegate used for solution output.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public delegate void OdeSolution(
	double t,
	double[] y
)

Parameters

t  Double
The value of t where the solution is calculated.
y  Double
An array containing the solution of the differential equations at the value t.
See Also