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 fIn)
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 fIn)
fIn
- underlying real-valued functionpublic double[] value(double[] point)
value
in interface MultivariateVectorFunction
point
- point at which the function must be evaluatedCopyright © 2021 CNES. All rights reserved.