| 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 StepNormalizerBounds |
StepNormalizer.bounds
The step normalizer bounds settings to use.
|
| Modifier and Type | Method and Description |
|---|---|
static StepNormalizerBounds |
StepNormalizerBounds.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StepNormalizerBounds[] |
StepNormalizerBounds.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StepNormalizer(double h,
FixedStepHandler handler,
StepNormalizerBounds bounds)
Simple constructor.
|
StepNormalizer(double h,
FixedStepHandler handler,
StepNormalizerMode mode,
StepNormalizerBounds bounds)
Simple constructor.
|