Uses of Class
org.apache.commons.math3.ode.sampling.StepNormalizerMode

Packages that use StepNormalizerMode
org.apache.commons.math3.ode.sampling This package provides classes to handle sampling steps during Ordinary Differential Equations integration. 
 

Uses of StepNormalizerMode in org.apache.commons.math3.ode.sampling
 

Methods in org.apache.commons.math3.ode.sampling that return StepNormalizerMode
static StepNormalizerMode StepNormalizerMode.valueOf(String name)
          Returns 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 StepNormalizerMode
StepNormalizer(double h, FixedStepHandler handler, StepNormalizerMode mode)
          Simple constructor.
StepNormalizer(double h, FixedStepHandler handler, StepNormalizerMode mode, StepNormalizerBounds bounds)
          Simple constructor.
 



Copyright © 2017 CNES. All Rights Reserved.