IterativeAlgorithm.TestConvergence Method

Checks whether the algorithm has converged.

Definition

Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected override AlgorithmStatus TestConvergence()

Return Value

AlgorithmStatus
A AlgorithmStatus value that indicates the current status of the iteration.

See Also