|
|||||||||||
| 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 |
| Methods in org.apache.commons.math.analysis that return PolynomialFunction | |
PolynomialFunction |
PolynomialFunction.polynomialDerivative()
Returns the derivative as a PolynomialRealFunction |
PolynomialFunction[] |
PolynomialSplineFunction.getPolynomials()
Returns a copy of the interpolating polynomials array. |
| 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 | ||||||||||