Click or drag to resize

FiniteDifferenceCoefficientsGetCoefficients Method

Gets the finite difference coefficients for a specified center and order.

Namespace: Altaxo.Calc.Differentiation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double[] GetCoefficients(
	int center,
	int order
)

Parameters

center  Int32
Current function position with respect to coefficients. Must be within point range.
order  Int32
Order of finite difference coefficients.

Return Value

Double
Vector of finite difference coefficients.
See Also