Uses of Class
org.hipparchus.analysis.polynomials.SmoothStepFactory.FieldSmoothStepFunction
Package
Description
Univariate real polynomials implementations, seen as differentiable
univariate real functions.
-
Uses of SmoothStepFactory.FieldSmoothStepFunction in org.hipparchus.analysis.polynomials
Modifier and TypeMethodDescriptionstatic <T extends CalculusFieldElement<T>>
SmoothStepFactory.FieldSmoothStepFunction<T>Get theclamping smoothstep function
.static <T extends CalculusFieldElement<T>>
SmoothStepFactory.FieldSmoothStepFunction<T>Get thecubic smoothstep function
.static <T extends CalculusFieldElement<T>>
SmoothStepFactory.FieldSmoothStepFunction<T>SmoothStepFactory.getFieldGeneralOrder
(Field<T> field, int N) Create asmoothstep function
of order 2N + 1.static <T extends CalculusFieldElement<T>>
SmoothStepFactory.FieldSmoothStepFunction<T>SmoothStepFactory.getQuadratic
(Field<T> field) Get thequadratic smoothstep function
.static <T extends CalculusFieldElement<T>>
SmoothStepFactory.FieldSmoothStepFunction<T>SmoothStepFactory.getQuintic
(Field<T> field) Get thequintic smoothstep function
.