public class GradientFunction extends Object implements MultivariateVectorFunction
The vectorial components of the function represent the derivatives with respect to each function parameters.
| Constructor and Description | 
|---|
| GradientFunction(MultivariateDifferentiableFunction f)Simple constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| double[] | value(double[] point)Compute the value for the function at the given point. | 
public GradientFunction(MultivariateDifferentiableFunction f)
f - underlying real-valued functionpublic double[] value(double[] point)
value in interface MultivariateVectorFunctionpoint - point at which the function must be evaluatedCopyright © 2016–2020 Hipparchus.org. All rights reserved.