Uses of Enum
org.apache.commons.math3.ode.sampling.StepNormalizerBounds
Packages that use StepNormalizerBounds
Package
Description
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
-
Uses of StepNormalizerBounds in org.apache.commons.math3.ode.sampling
Fields in org.apache.commons.math3.ode.sampling declared as StepNormalizerBoundsModifier and TypeFieldDescriptionprivate final StepNormalizerBounds
FieldStepNormalizer.bounds
The step normalizer bounds settings to use.private final StepNormalizerBounds
StepNormalizer.bounds
The step normalizer bounds settings to use.Methods in org.apache.commons.math3.ode.sampling that return StepNormalizerBoundsModifier and TypeMethodDescriptionstatic StepNormalizerBounds
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.apache.commons.math3.ode.sampling with parameters of type StepNormalizerBoundsModifierConstructorDescriptionFieldStepNormalizer
(double h, FieldFixedStepHandler<T> handler, StepNormalizerBounds bounds) Simple constructor.FieldStepNormalizer
(double h, FieldFixedStepHandler<T> handler, StepNormalizerMode mode, StepNormalizerBounds bounds) Simple constructor.StepNormalizer
(double h, FixedStepHandler handler, StepNormalizerBounds bounds) Simple constructor.StepNormalizer
(double h, FixedStepHandler handler, StepNormalizerMode mode, StepNormalizerBounds bounds) Simple constructor.