| EpsilonAlgorithm Class |
Namespace: Imsl.Math
The EpsilonAlgorithm type exposes the following members.
| Name | Description | |
|---|---|---|
| EpsilonAlgorithm |
The class is used to determine the limit of a sequence of
approximations, by means of the Epsilon algorithm of P. Wynn.
| |
| EpsilonAlgorithm(Int32) |
The class is used to determine the limit of a sequence of
approximations, by means of the Epsilon algorithm of P. Wynn.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Extrapolate |
Extrapolates the convergence limit of a sequence.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ErrorEstimate |
Returns the current error estimate.
|
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.