Uses of Class
org.apache.commons.math.analysis.polynomials.PolynomialFunctionNewtonForm

Packages that use PolynomialFunctionNewtonForm
org.apache.commons.math.analysis.interpolation Univariate real functions interpolation algorithms. 
 

Uses of PolynomialFunctionNewtonForm in org.apache.commons.math.analysis.interpolation
 

Methods in org.apache.commons.math.analysis.interpolation that return PolynomialFunctionNewtonForm
 PolynomialFunctionNewtonForm DividedDifferenceInterpolator.interpolate(double[] x, double[] y)
          Computes an interpolating function for the data set.
 



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