Uses of Interface
org.hipparchus.analysis.FieldUnivariateFunction
Package
Description
Univariate real polynomials implementations, seen as differentiable
univariate real functions.
-
Uses of FieldUnivariateFunction in org.hipparchus.analysis.polynomials
Modifier and TypeClassDescriptionclass
Immutable representation of a real polynomial function with real coefficients.class
Implements the representation of a real polynomial function in Newton Form.class
Represents a polynomial spline function.static class
Specific smoothstep function that cannot be built using theSmoothStepFactory.getGeneralOrder(int)
.static class
Smoothstep function as defined here.