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.3261.0 (4.8.3261.0)
Syntaxpublic 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