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 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 |
---|
StepNormalizer(double hIn,
FixedStepHandler handlerIn,
StepNormalizerMode modeIn)
Simple constructor.
|
StepNormalizer(double hIn,
FixedStepHandler handlerIn,
StepNormalizerMode modeIn,
StepNormalizerBounds boundsIn)
Simple constructor.
|
Copyright © 2017 CNES. All rights reserved.