|
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
)
Public Shared Function CreateCoefficients (
numberOfPoints As Integer
) As Double(,)()
Request Example
View SourceParameters
- numberOfPoints
- Type: SystemInt32
The number of points in the tableau.
Return Value
Type:
DoubleSee Also