MultivariateVectorFunctionpublic class GradientFunction extends Object implements MultivariateVectorFunction
The vectorial components of the function represent the derivatives with respect to each function parameters.
| Constructor | Description |
|---|---|
GradientFunction(MultivariateDifferentiableFunction f) |
Simple constructor.
|
| Modifier and Type | Method | 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–2018 Hipparchus.org. All rights reserved.