public interface MultivariateRealFunction
Modifier and Type | Method and Description |
---|---|
double |
value(double[] point)
Compute the value for the function at the given point.
|
double value(double[] point) throws FunctionEvaluationException, IllegalArgumentException
point
- point at which the function must be evaluatedFunctionEvaluationException
- if the function evaluation failsIllegalArgumentException
- if points dimension is wrongCopyright © 2003–2016. All rights reserved.