Package smile.math
Interface MultivariateFunction
-
- All Known Subinterfaces:
DifferentiableMultivariateFunction
public interface MultivariateFunction
An interface representing a multivariate real function.- Author:
- Haifeng Li
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
f(double[] x)
Compute the value of the function at x.
-