Contains general methods that support several algorithm
implementations.
SystemObject Extreme.Mathematics.AlgorithmsAlgorithmHelper
Namespace:
Extreme.Mathematics.Algorithms
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static class AlgorithmHelper
Public NotInheritable Class AlgorithmHelper
public ref class AlgorithmHelper abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AlgorithmHelper = class end
The AlgorithmHelper type exposes the following members.
Top
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.
Reference