Uses of Class
org.hipparchus.analysis.polynomials.SmoothStepFactory.SmoothStepFunction
Packages that use SmoothStepFactory.SmoothStepFunction
Package
Description
Univariate real polynomials implementations, seen as differentiable
univariate real functions.
-
Uses of SmoothStepFactory.SmoothStepFunction in org.hipparchus.analysis.polynomials
Subclasses of SmoothStepFactory.SmoothStepFunction in org.hipparchus.analysis.polynomialsModifier and TypeClassDescriptionstatic class
Specific smoothstep function that cannot be built using theSmoothStepFactory.getGeneralOrder(int)
.Methods in org.hipparchus.analysis.polynomials that return SmoothStepFactory.SmoothStepFunctionModifier 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
.