| Package | Description | 
|---|---|
| org.hipparchus.analysis.polynomials | Univariate real polynomials implementations, seen as differentiable
     univariate real functions. | 
| Modifier and Type | Method and Description | 
|---|---|
| FieldPolynomialFunction<T> | FieldPolynomialFunction. add(FieldPolynomialFunction<T> p)Add a polynomial to the instance. | 
| FieldPolynomialFunction<T> | FieldPolynomialFunction. antiDerivative()Returns an anti-derivative of this polynomial, with 0 constant term. | 
| FieldPolynomialFunction<T>[] | FieldPolynomialSplineFunction. getPolynomials()Get a copy of the interpolating polynomials array. | 
| FieldPolynomialFunction<T> | FieldPolynomialFunction. multiply(FieldPolynomialFunction<T> p)Multiply the instance by a polynomial. | 
| FieldPolynomialFunction<T> | FieldPolynomialFunction. negate()Negate the instance. | 
| FieldPolynomialFunction<T> | FieldPolynomialFunction. polynomialDerivative()Returns the derivative as a  FieldPolynomialFunction. | 
| FieldPolynomialFunction<T> | FieldPolynomialFunction. subtract(FieldPolynomialFunction<T> p)Subtract a polynomial from the instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| FieldPolynomialFunction<T> | FieldPolynomialFunction. add(FieldPolynomialFunction<T> p)Add a polynomial to the instance. | 
| FieldPolynomialFunction<T> | FieldPolynomialFunction. multiply(FieldPolynomialFunction<T> p)Multiply the instance by a polynomial. | 
| FieldPolynomialFunction<T> | FieldPolynomialFunction. subtract(FieldPolynomialFunction<T> p)Subtract a polynomial from the instance. | 
| Constructor and Description | 
|---|
| FieldPolynomialSplineFunction(T[] knots,
                             FieldPolynomialFunction<T>[] polynomials)Construct a polynomial spline function with the given segment delimiters
 and interpolating polynomials. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.