Click or drag to resize
Accord.NET (logo)

FiniteDifferencesCreateCoefficients Method

Creates the interpolation coefficient table for interpolated numerical differentation.

Namespace:  Accord.Math.Differentiation
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double[,][] CreateCoefficients(
	int numberOfPoints
)
Request Example View Source

Parameters

numberOfPoints
Type: SystemInt32
The number of points in the tableau.

Return Value

Type: Double
See Also