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 spline interpolation for the data set.
 



Copyright © 2003-2004 Apache Software Foundation. All Rights Reserved.