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

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

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

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



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