Uses of Interface
org.hipparchus.analysis.interpolation.FieldUnivariateInterpolator
-
Packages that use FieldUnivariateInterpolator Package Description org.hipparchus.analysis.interpolation Univariate real functions interpolation algorithms. -
-
Uses of FieldUnivariateInterpolator in org.hipparchus.analysis.interpolation
Classes in org.hipparchus.analysis.interpolation that implement FieldUnivariateInterpolator Modifier and Type Class Description class
AkimaSplineInterpolator
Computes a cubic spline interpolation for the data set using the Akima algorithm, as originally formulated by Hiroshi Akima in his 1970 paper "A New Method of Interpolation and Smooth Curve Fitting Based on Local Procedures."class
LinearInterpolator
Implements a linear function for interpolation of real univariate functions.class
SplineInterpolator
Computes a natural (also known as "free", "unclamped") cubic spline interpolation for the data set.
-