Interface Interpolator
-
- All Known Implementing Classes:
LeastSquaresInterpolator,LinearArrayInterpolator,LinearListInterpolator,PolynomialInterpolator
public interface InterpolatorThe interpolator interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetInterpolated(double x)Returns the interpolated value y=f(x).
-