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 SplineInterpolator
          Computes a natural (also known as "free", "unclamped") cubic spline interpolation for the data set.
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.