Delegate used for solution output.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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