|
FiniteDifferences Constructor (Int32, FuncDouble, Double)
|
Namespace:
Accord.Math.Differentiation
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public FiniteDifferences(
int variables,
Func<double[], double> function
)
Public Sub New (
variables As Integer,
function As Func(Of Double(), Double)
)
Request Example
View SourceParameters
- variables
- Type: SystemInt32
The number of free parameters in the function. - function
- Type: SystemFuncDouble, Double
The function to be differentiated.
See Also