Uses of Class
org.hipparchus.analysis.polynomials.SmoothStepFactory.FieldSmoothStepFunction
Packages that use SmoothStepFactory.FieldSmoothStepFunction
Package
Description
Univariate real polynomials implementations, seen as differentiable
univariate real functions.
-
Uses of SmoothStepFactory.FieldSmoothStepFunction in org.hipparchus.analysis.polynomials
Methods in org.hipparchus.analysis.polynomials that return SmoothStepFactory.FieldSmoothStepFunctionModifier 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 functionof 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.