FiniteDifferenceCoefficientsGetCoefficients Method |
Gets the finite difference coefficients for a specified center and order.
Namespace: Altaxo.Calc.DifferentiationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
DoubleVector of finite difference coefficients.
See Also