Click or drag to resize

extrapolation_table Class

Table used by the extrapolation routine qelg.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Integrationextrapolation_table

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class extrapolation_table

The extrapolation_table type exposes the following members.

Constructors
 NameDescription
Public methodextrapolation_tableInitializes a new instance of the extrapolation_table class
Top
Methods
 NameDescription
Public methodappend_table Append a new value to the extrapolation table.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodinitialise_table Reset the extrapolation table to its initial empty state.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodqelg Perform the qelg extrapolation on the table and compute an improved result and error estimate. Implements the algorithm used by QUADPACK/GSL to accelerate convergence when possible.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldn Number of elements currently in the extrapolation table.
Public fieldnres Number of results stored for the res3la sequence.
Public fieldres3la Last three results used for error estimation.
Public fieldrlist2 Working storage for extrapolated values.
Top
See Also