Uses of Class
org.hipparchus.analysis.polynomials.SmoothStepFactory.SmoothStepFunction
-
Packages that use SmoothStepFactory.SmoothStepFunction Package Description org.hipparchus.analysis.polynomials 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.polynomials Modifier and Type Class Description static class
SmoothStepFactory.QuadraticSmoothStepFunction
Specific smoothstep function that cannot be built using theSmoothStepFactory.getGeneralOrder(int)
.Methods in org.hipparchus.analysis.polynomials that return SmoothStepFactory.SmoothStepFunction Modifier and Type Method Description static SmoothStepFactory.SmoothStepFunction
SmoothStepFactory. getClamp()
Get theclamping smoothstep function
.static SmoothStepFactory.SmoothStepFunction
SmoothStepFactory. getCubic()
Get thecubic smoothstep function
.static SmoothStepFactory.SmoothStepFunction
SmoothStepFactory. getGeneralOrder(int N)
Create asmoothstep function
of order 2N + 1.static SmoothStepFactory.SmoothStepFunction
SmoothStepFactory. getQuadratic()
Get thequadratic smoothstep function
.static SmoothStepFactory.SmoothStepFunction
SmoothStepFactory. getQuintic()
Get thequintic smoothstep function
.
-