Click or drag to resize

OdeMethodOptionsOptionalSolutionPoints Property

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

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

Property Value

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