Click or drag to resize

OdeMethodOptionsMandatorySolutionPoints Property

Gets or sets the mandatory solution points. Mandatory solution points will be evaluated directly (i.e. not interpolated).

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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