Click or drag to resize

FiniteDifferenceCoefficients Class

Class to calculate finite difference coefficients using Taylor series expansion method.
Remarks

For n points, coefficients are calculated up to the maximum derivative order possible (n-1). The current function value position specifies the "center" for surrounding coefficients. Selecting the first, middle or last positions represent forward, backwards and central difference methods.

Inheritance Hierarchy
SystemObject
  Altaxo.Calc.DifferentiationFiniteDifferenceCoefficients

Namespace: Altaxo.Calc.Differentiation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class FiniteDifferenceCoefficients

The FiniteDifferenceCoefficients type exposes the following members.

Constructors
 NameDescription
Public methodFiniteDifferenceCoefficients Initializes a new instance of the FiniteDifferenceCoefficients class.
Top
Properties
 NameDescription
Public propertyPoints Number of points for finite difference coefficients. Changing this value recalculates the coefficients table.
Top
Methods
 NameDescription
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 methodGetCoefficients Gets the finite difference coefficients for a specified center and order.
Public methodGetCoefficientsForAllOrders Gets the finite difference coefficients for all orders at a specified center.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also