IterativeAlgorithm<T>.CurrentError Property

Gets the estimated error of the approximation of the result at the current iteration.

Definition

Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected T CurrentError { get; set; }

Property Value

T

See Also