Uses of Class
org.hipparchus.analysis.polynomials.SmoothStepFactory.SmoothStepFunction
Package
Description
Univariate real polynomials implementations, seen as differentiable
univariate real functions.
-
Uses of SmoothStepFactory.SmoothStepFunction in org.hipparchus.analysis.polynomials
Modifier and TypeClassDescriptionstatic class
Specific smoothstep function that cannot be built using theSmoothStepFactory.getGeneralOrder(int)
.Modifier and TypeMethodDescriptionSmoothStepFactory.getClamp()
Get theclamping smoothstep function
.SmoothStepFactory.getCubic()
Get thecubic smoothstep function
.SmoothStepFactory.getGeneralOrder
(int N) Create asmoothstep function
of order 2N + 1.SmoothStepFactory.getQuadratic()
Get thequadratic smoothstep function
.SmoothStepFactory.getQuintic()
Get thequintic smoothstep function
.