RungeKuttaExplicitBaseRelativeTolerances Property |
Gets or sets the relative tolerances. The length of the array must either be 1 (tolerances for all y equal), or of length N.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double[] RelativeTolerances { get; set; }
Property Value
Double
The relative tolerances.
See Also