Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
Modifier and Type | Method and Description |
---|---|
static GaussJacksonCorrectionMode |
GaussJacksonCorrectionMode.getDefault()
Get the enum constant that is considered to be the default.
|
static GaussJacksonCorrectionMode |
GaussJacksonCorrectionMode.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static GaussJacksonCorrectionMode |
GaussJacksonCorrectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GaussJacksonCorrectionMode[] |
GaussJacksonCorrectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|