Uses of Interface
dev.nm.analysis.curvefit.interpolation.OnlineInterpolator
-
Packages that use OnlineInterpolator Package Description dev.nm.analysis.curvefit.interpolation -
-
Uses of OnlineInterpolator in dev.nm.analysis.curvefit.interpolation
Classes in dev.nm.analysis.curvefit.interpolation that implement OnlineInterpolator Modifier and Type Class Description class
LinearInterpolator
Define a univariate function by linearly interpolating between adjacent points.class
NevilleTable
Neville's algorithm is a polynomial interpolation algorithm.
-