Package | Description |
---|---|
org.hipparchus.ode.sampling |
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
|
Modifier and Type | Method and Description |
---|---|
static StepNormalizerMode |
StepNormalizerMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepNormalizerMode[] |
StepNormalizerMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FieldStepNormalizer(double h,
FieldODEFixedStepHandler<T> handler,
StepNormalizerMode mode)
Simple constructor.
|
FieldStepNormalizer(double h,
FieldODEFixedStepHandler<T> handler,
StepNormalizerMode mode,
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-2021 CS GROUP. All rights reserved.