| Package | Description | 
|---|---|
| org.apache.commons.math3.analysis.interpolation | Univariate real functions interpolation algorithms. | 
| org.apache.commons.math3.analysis.polynomials | Univariate real polynomials implementations, seen as differentiable
     univariate real functions. | 
| org.apache.commons.math3.analysis.solvers | Root finding algorithms, for univariate real functions. | 
| Class and Description | 
|---|
| PolynomialFunction Immutable representation of a real polynomial function with real coefficients. | 
| 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. | 
| Class and Description | 
|---|
| PolynomialFunction Immutable representation of a real polynomial function with real coefficients. | 
| PolynomialSplineFunction Represents a polynomial spline function. | 
| Class and Description | 
|---|
| PolynomialFunction Immutable representation of a real polynomial function with real coefficients. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.