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