Finite |
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.
public class FiniteDifferenceCoefficients
The FiniteDifferenceCoefficients type exposes the following members.
Name | Description | |
---|---|---|
FiniteDifferenceCoefficients | Initializes a new instance of the FiniteDifferenceCoefficients class. |
Name | Description | |
---|---|---|
Points | Number of points for finite difference coefficients. Changing this value recalculates the coefficients table. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetCoefficients | Gets the finite difference coefficients for a specified center and order. | |
GetCoefficientsForAllOrders | Gets the finite difference coefficients for all orders at a specified center. | |
GetHashCode | Serves as the default hash function. (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) |