|
FiniteDifferencesGradient Method (Double, Double)
|
Computes the gradient at the given point x,
storing the result at result.
Namespace:
Accord.Math.Differentiation
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public double[] Gradient(
double[] x,
double[] result
)
Public Function Gradient (
x As Double(),
result As Double()
) As Double()
Request Example
View SourceParameters
- x
- Type: SystemDouble
The point where to compute the gradient. - result
- Type: SystemDouble
The gradient of the function evaluated at point x.
Return Value
Type:
DoubleSee Also