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.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic IEnumerable<double>? OptionalSolutionPoints { get; set; }Property Value
IEnumerableDouble
The sequence of optional solution points. Must be a strictly increasing sequence.
See Also