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,
java.lang.IllegalArgumentException
point - point at which the function must be evaluatedFunctionEvaluationException - if the function evaluation failsjava.lang.IllegalArgumentException - if points dimension is wrong"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"