Package smile.math
Interface Function
-
- All Known Subinterfaces:
DifferentiableFunction
,RadialBasisFunction
- All Known Implementing Classes:
GaussianRadialBasis
public interface Function
An interface representing a univariate 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.
-