FiniteDifferenceCoefficientsGetCoefficientsForAllOrders Method |
Gets the finite difference coefficients for all orders at a specified center.
Namespace: Altaxo.Calc.DifferentiationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double[,] GetCoefficientsForAllOrders(
int center
)
Parameters
- center Int32
- Current function position with respect to coefficients. Must be within point range.
Return Value
DoubleRectangular array of coefficients, with columns specifying order.
See Also