Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
agi.foundation.numericalmethods.advanced |
Contains additional advanced numerical algorithms and supporting types.
|
Modifier and Type | Method and Description |
---|---|
static KindOfStepSize |
KindOfStepSize.getDefault()
Get the enum constant that is considered to be the default.
|
static KindOfStepSize |
KindOfStepSize.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static KindOfStepSize |
KindOfStepSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KindOfStepSize[] |
KindOfStepSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
KindOfStepSize |
AdaptiveNumericalIntegrator.getStepSizeBehavior()
Gets whether to avoid adapting the step size and instead fix the value of
CurrentStepSize (get ). |
Modifier and Type | Method and Description |
---|---|
void |
AdaptiveNumericalIntegrator.setStepSizeBehavior(KindOfStepSize value)
Sets whether to avoid adapting the step size and instead fix the value of
CurrentStepSize (get ). |