Click or drag to resize

OdeMethodOptionsOptionalSolutionPoints Property

Gets or sets optional solution points. Optional solution points are not evaluated directly, but are interpolated between two real solution points.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IEnumerable<double>? OptionalSolutionPoints { get; set; }

Property Value

IEnumerableDouble
The sequence of optional solution points. Must be a strictly increasing sequence.
See Also