ManagedIterativeAlgorithm<T, TError, TReport>.DefaultTolerance Field

Gets the default absolute and relative tolerance.

Definition

Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static TError DefaultTolerance

Field Value

TError
The value of this field is the square root of the machine precision.

Remarks

The value of this field is SqrtEpsilon, the square root of the machine precision.

See Also