| Package | Description | 
|---|---|
| org.hipparchus.migration.ode.sampling | 
 This package provides migration classes from Apache Commons Math to Hipparchus. | 
| org.hipparchus.ode.sampling | 
 This package provides classes to handle sampling steps during
 Ordinary Differential Equations integration. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | FixedStepHandlerDeprecated. 
 as of 1.0, replaced with  ODEFixedStepHandler | 
| Constructor and Description | 
|---|
| StepNormalizer(double h,
              ODEFixedStepHandler handler)Simple constructor. | 
| StepNormalizer(double h,
              ODEFixedStepHandler handler,
              StepNormalizerBounds bounds)Simple constructor. | 
| StepNormalizer(double h,
              ODEFixedStepHandler handler,
              StepNormalizerMode mode)Simple constructor. | 
| StepNormalizer(double h,
              ODEFixedStepHandler handler,
              StepNormalizerMode mode,
              StepNormalizerBounds bounds)Simple constructor. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.