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 MultivariateVectorFunction
point
- point at which the function must be evaluatedJas4pp 1.5 © Java Analysis Studio for Particle Physics