MultivariateDifferentiableVectorFunction
GradientFunction
public interface MultivariateVectorFunction
Modifier and Type | Method | Description |
---|---|---|
double[] |
value(double[] point) |
Compute the value for the function at the given point.
|
double[] value(double[] point) throws IllegalArgumentException
point
- point at which the function must be evaluatedIllegalArgumentException
- if point's dimension is wrongCopyright © 2016–2018 Hipparchus.org. All rights reserved.