| Package | Description | 
|---|---|
| org.hipparchus.ode.sampling | 
 
 This package provides classes to handle sampling steps during
 Ordinary Differential Equations integration. 
 | 
| Constructor and Description | 
|---|
FieldStepNormalizer(double h,
                   FieldODEFixedStepHandler<T> handler)
Simple constructor. 
 | 
FieldStepNormalizer(double h,
                   FieldODEFixedStepHandler<T> handler,
                   StepNormalizerBounds bounds)
Simple constructor. 
 | 
FieldStepNormalizer(double h,
                   FieldODEFixedStepHandler<T> handler,
                   StepNormalizerMode mode)
Simple constructor. 
 | 
FieldStepNormalizer(double h,
                   FieldODEFixedStepHandler<T> handler,
                   StepNormalizerMode mode,
                   StepNormalizerBounds bounds)
Simple constructor. 
 | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.