Package | Description |
---|---|
org.apache.commons.math3.ode.sampling |
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
|
Modifier and Type | Field and Description |
---|---|
private FixedStepHandler |
StepNormalizer.handler
Underlying step handler.
|
Constructor and Description |
---|
StepNormalizer(double h,
FixedStepHandler handler)
Simple constructor.
|
StepNormalizer(double h,
FixedStepHandler handler,
StepNormalizerBounds bounds)
Simple constructor.
|
StepNormalizer(double h,
FixedStepHandler handler,
StepNormalizerMode mode)
Simple constructor.
|
StepNormalizer(double h,
FixedStepHandler handler,
StepNormalizerMode mode,
StepNormalizerBounds bounds)
Simple constructor.
|