EpsilonAlgorithm Constructor (Int32) |
The class is used to determine the limit of a sequence of
approximations, by means of the Epsilon algorithm of P. Wynn.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public EpsilonAlgorithm(
int maxTableSize
)
Public Sub New (
maxTableSize As Integer
)
public:
EpsilonAlgorithm(
int maxTableSize
)
new :
maxTableSize : int -> EpsilonAlgorithm
Parameters
- maxTableSize
- Type: SystemInt32
A int which specifies the maximum size of Episilon Table to be
computed.
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.
See Also