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