Uses of Package
org.apache.commons.math.analysis.polynomials

Packages that use org.apache.commons.math.analysis.polynomials
org.apache.commons.math.analysis.interpolation Univariate real functions interpolation algorithms. 
org.apache.commons.math.analysis.polynomials Univariate real polynomials implementations, seen as differentiable univariate real functions. 
org.apache.commons.math.analysis.solvers Root finding algorithms, for univariate real functions. 
org.apache.commons.math.optimization.fitting This package provides classes to perform curve fitting. 
 

Classes in org.apache.commons.math.analysis.polynomials used by org.apache.commons.math.analysis.interpolation
PolynomialFunctionLagrangeForm
          Implements the representation of a real polynomial function in Lagrange Form.
PolynomialFunctionNewtonForm
          Implements the representation of a real polynomial function in Newton Form.
PolynomialSplineFunction
          Represents a polynomial spline function.
 

Classes in org.apache.commons.math.analysis.polynomials used by org.apache.commons.math.analysis.polynomials
PolynomialFunction
          Immutable representation of a real polynomial function with real coefficients.
PolynomialSplineFunction
          Represents a polynomial spline function.
 

Classes in org.apache.commons.math.analysis.polynomials used by org.apache.commons.math.analysis.solvers
PolynomialFunction
          Immutable representation of a real polynomial function with real coefficients.
 

Classes in org.apache.commons.math.analysis.polynomials used by org.apache.commons.math.optimization.fitting
PolynomialFunction
          Immutable representation of a real polynomial function with real coefficients.
 



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