@FunctionalInterface public interface MultivariateFunction
| Modifier and Type | Method and Description |
|---|---|
double |
at(Vector point)
Compute and return the value of the function at the given point.
|
double at(Vector point)
point - the point at which to evaluate the function.