Click or drag to resize

FiniteDifferenceCoefficientsGetCoefficientsForAllOrders Method

Gets the finite difference coefficients for all orders at a specified center.

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

Parameters

center  Int32
Current function position with respect to coefficients. Must be within point range.

Return Value

Double
Rectangular array of coefficients, with columns specifying order.
See Also