Contains general methods that support several algorithm implementations.

Namespace: Extreme.Mathematics
Assembly:   Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0

Syntax

Visual Basic (Declaration)
Public NotInheritable Class AlgorithmHelper
C#
public static class AlgorithmHelper
Visual C++
public ref class AlgorithmHelper abstract sealed

Remarks

This class provides several static methods that are useful in implementing numerical algorithms. If a class inherits from IterativeAlgorithm, the methods in this class may be useful.

At present, there are just two methods for convergence testing.

Extreme.Mathematics.IterativeAlgorithm

Inheritance Hierarchy

System.Object
  Extreme.Mathematics.AlgorithmHelper