The class is used to determine the limit of a sequence of approximations, by means of the Epsilon algorithm of P. Wynn.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public class EpsilonAlgorithm
Visual Basic (Declaration)
Public Class EpsilonAlgorithm
Visual C++
public ref class EpsilonAlgorithm

Remarks

An estimate of the absolute error is also given. The condensed Epsilon table is computed. Only those elements needed for the computation of the next diagonal are preserved.

Inheritance Hierarchy

System..::.Object
Imsl.Math..::.EpsilonAlgorithm

See Also