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 classSmoothStepFactory.QuadraticSmoothStepFunctionSpecific 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.SmoothStepFunctionSmoothStepFactory. getClamp()Get theclamping smoothstep function.static SmoothStepFactory.SmoothStepFunctionSmoothStepFactory. getCubic()Get thecubic smoothstep function.static SmoothStepFactory.SmoothStepFunctionSmoothStepFactory. getGeneralOrder(int N)Create asmoothstep functionof order 2N + 1.static SmoothStepFactory.SmoothStepFunctionSmoothStepFactory. getQuadratic()Get thequadratic smoothstep function.static SmoothStepFactory.SmoothStepFunctionSmoothStepFactory. getQuintic()Get thequintic smoothstep function.
-