ManagedIterativeAlgorithm<T, TError, TReport>.DefaultTolerance Field
Gets the default absolute and relative tolerance.
DefinitionPermalink
Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
The value of this field is the square root of the machine precision.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public static TError DefaultTolerance
Field ValuePermalink
TErrorThe value of this field is the square root of the machine precision.
RemarksPermalink
The value of this field is SqrtEpsilon, the square root of the machine precision.