|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PolynomialFunction | |
|---|---|
| org.apache.commons.math.analysis | Implementations of common numerical analysis procedures, including root finding and function interpolation. |
| Uses of PolynomialFunction in org.apache.commons.math.analysis |
|---|
| Fields in org.apache.commons.math.analysis declared as PolynomialFunction | |
|---|---|
private PolynomialFunction[] |
PolynomialSplineFunction.polynomials
The polynomial functions that make up the spline. |
| Methods in org.apache.commons.math.analysis that return PolynomialFunction | |
|---|---|
PolynomialFunction[] |
PolynomialSplineFunction.getPolynomials()
Returns a copy of the interpolating polynomials array. |
PolynomialFunction |
PolynomialFunction.polynomialDerivative()
Returns the derivative as a PolynomialRealFunction |
| Constructors in org.apache.commons.math.analysis with parameters of type PolynomialFunction | |
|---|---|
PolynomialSplineFunction(double[] knots,
PolynomialFunction[] polynomials)
Construct a polynomial spline function with the given segment delimiters and interpolating polynomials. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||