Uses of Class
org.apache.commons.math.analysis.PolynomialSplineFunction

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

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

Methods in org.apache.commons.math.analysis that return PolynomialSplineFunction
 PolynomialSplineFunction PolynomialSplineFunction.polynomialSplineDerivative()
          Returns the derivative of the polynomial spline function as a PolynomialSplineFunction
 



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