public interface MultivariateFunction
Modifier and Type | Method and Description |
---|---|
double |
value(double[] point)
Compute the value for the function at the given point.
|
double value(double[] point)
point
- Point at which the function must be evaluated.DimensionMismatchException
- if the parameter's dimension is wrong for the function being evaluated.MathIllegalArgumentException
- when the activated method itself can ascertain that preconditions,
specified in the API expressed at the level of the activated method,
have been violated. In the vast majority of cases where Commons Math
throws this exception, it is the result of argument checking of actual
parameters immediately passed to a method.Copyright © 2018 CNES. All Rights Reserved.