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 classLinearInterpolatorDefine a univariate function by linearly interpolating between adjacent points.classNevilleTableNeville's algorithm is a polynomial interpolation algorithm.
-