IterativeAlgorithm<T>.ConvergenceTest Property

Gets the convergence test for the algorithm.

Definition

Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public SimpleConvergenceTest<T> ConvergenceTest { get; }

Property Value

SimpleConvergenceTest<T>

See Also