Package org.hipparchus.analysis.polynomials
Univariate real polynomials implementations, seen as differentiable
univariate real functions.
-
Class Summary Class Description FieldPolynomialFunction<T extends CalculusFieldElement<T>> Immutable representation of a real polynomial function with real coefficients.FieldPolynomialSplineFunction<T extends CalculusFieldElement<T>> Represents a polynomial spline function.PolynomialFunction Immutable representation of a real polynomial function with real coefficients.PolynomialFunction.Parametric Dedicated parametric polynomial class.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.PolynomialsUtils A collection of static methods that operate on or return polynomials.SmoothStepFactory Smoothstep function factory.SmoothStepFactory.FieldSmoothStepFunction<T extends CalculusFieldElement<T>> Smoothstep function as defined here.SmoothStepFactory.QuadraticSmoothStepFunction Specific smoothstep function that cannot be built using theSmoothStepFactory.getGeneralOrder(int)
.SmoothStepFactory.SmoothStepFunction Smoothstep function as defined here.