| Package | Description | 
|---|---|
| org.apache.commons.math3.ode.sampling | 
 This package provides classes to handle sampling steps during
 Ordinary Differential Equations integration. | 
| Constructor and Description | 
|---|
| FieldStepNormalizer(double h,
                   FieldFixedStepHandler<T> handler)Simple constructor. | 
| FieldStepNormalizer(double h,
                   FieldFixedStepHandler<T> handler,
                   StepNormalizerBounds bounds)Simple constructor. | 
| FieldStepNormalizer(double h,
                   FieldFixedStepHandler<T> handler,
                   StepNormalizerMode mode)Simple constructor. | 
| FieldStepNormalizer(double h,
                   FieldFixedStepHandler<T> handler,
                   StepNormalizerMode mode,
                   StepNormalizerBounds bounds)Simple constructor. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.