ConvergenceTest<T>.EffectiveTolerance Method

Returns the effective tolerance for a given value.

Definition

Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.4
C#
public T EffectiveTolerance(
	T value
)

Parameters

value  T
The value to compare the error to.

Return Value

T
The tolerance relative to value based on the test's absolute and relative tolerances and its convergence criterion.

See Also