Package | Description |
---|---|
fr.cnes.sirius.patrius.math.ode.sampling |
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
|
Modifier and Type | Method and Description |
---|---|
static StepNormalizerBounds |
StepNormalizerBounds.valueOf(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 hIn,
FixedStepHandler handlerIn,
StepNormalizerBounds boundsIn)
Simple constructor.
|
StepNormalizer(double hIn,
FixedStepHandler handlerIn,
StepNormalizerMode modeIn,
StepNormalizerBounds boundsIn)
Simple constructor.
|
Copyright © 2018 CNES. All Rights Reserved.