Uses of Enum
org.apache.commons.math3.ode.sampling.StepNormalizerMode
Packages that use StepNormalizerMode
Package
Description
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
-
Uses of StepNormalizerMode in org.apache.commons.math3.ode.sampling
Subclasses with type arguments of type StepNormalizerMode in org.apache.commons.math3.ode.samplingFields in org.apache.commons.math3.ode.sampling declared as StepNormalizerModeModifier and TypeFieldDescriptionprivate final StepNormalizerModeFieldStepNormalizer.modeThe step normalizer mode to use.private final StepNormalizerModeStepNormalizer.modeThe step normalizer mode to use.Methods in org.apache.commons.math3.ode.sampling that return StepNormalizerModeModifier and TypeMethodDescriptionstatic StepNormalizerModeReturns the enum constant of this type with the specified name.static StepNormalizerMode[]StepNormalizerMode.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 StepNormalizerModeModifierConstructorDescriptionFieldStepNormalizer(double h, FieldFixedStepHandler<T> handler, StepNormalizerMode mode) Simple constructor.FieldStepNormalizer(double h, FieldFixedStepHandler<T> handler, StepNormalizerMode mode, StepNormalizerBounds bounds) Simple constructor.StepNormalizer(double h, FixedStepHandler handler, StepNormalizerMode mode) Simple constructor.StepNormalizer(double h, FixedStepHandler handler, StepNormalizerMode mode, StepNormalizerBounds bounds) Simple constructor.