Uses of Class
org.hipparchus.ode.sampling.StepNormalizerBounds
-
Packages that use StepNormalizerBounds Package Description org.hipparchus.ode.sampling This package provides classes to handle sampling steps during Ordinary Differential Equations integration. -
-
Uses of StepNormalizerBounds in org.hipparchus.ode.sampling
Methods in org.hipparchus.ode.sampling that return StepNormalizerBounds Modifier and Type Method Description static StepNormalizerBounds
StepNormalizerBounds. valueOf(String name)
Returns the enum constant of this type with the specified name.static StepNormalizerBounds[]
StepNormalizerBounds. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hipparchus.ode.sampling with parameters of type StepNormalizerBounds Constructor Description FieldStepNormalizer(double h, FieldODEFixedStepHandler<T> handler, StepNormalizerBounds bounds)
Simple constructor.FieldStepNormalizer(double h, FieldODEFixedStepHandler<T> handler, StepNormalizerMode mode, StepNormalizerBounds bounds)
Simple constructor.StepNormalizer(double h, ODEFixedStepHandler handler, StepNormalizerBounds bounds)
Simple constructor.StepNormalizer(double h, ODEFixedStepHandler handler, StepNormalizerMode mode, StepNormalizerBounds bounds)
Simple constructor.
-