Uses of Interface
org.apache.commons.math.analysis.UnivariateRealInterpolator

Packages that use UnivariateRealInterpolator
org.apache.commons.math.analysis Implementations of common numerical analysis procedures, including root finding and function interpolation. 
 

Uses of UnivariateRealInterpolator in org.apache.commons.math.analysis
 

Classes in org.apache.commons.math.analysis that implement UnivariateRealInterpolator
 class DividedDifferenceInterpolator
          Implements the Divided Difference Algorithm for interpolation of real univariate functions.
 class NevilleInterpolator
          Implements the Neville's Algorithm for interpolation of real univariate functions.
 class SplineInterpolator
          Computes a natural (also known as "free", "unclamped") cubic spline interpolation for the data set.