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#
public static TError DefaultTolerance

Field ValuePermalink

TError
The 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.

See AlsoPermalink