OdeMethodOptionsMandatorySolutionPoints Property |
Gets or sets the mandatory solution points. Mandatory solution points will be evaluated directly (i.e. not interpolated).
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IEnumerable<double>? MandatorySolutionPoints { get; set; }
Property Value
IEnumerableDouble
The sequence of mandatory solution points. If
StepSize is set too, the sequence of solution points is the
result of zipping the mandatory solution point sequence with the sequence of k*StepSize.
See Also