Package | Description |
---|---|
Maths |
Provides maths classes.
|
Modifier and Type | Method and Description |
---|---|
static SquareMatrix.Calculation |
SquareMatrix.Calculation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SquareMatrix.Calculation[] |
SquareMatrix.Calculation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
SquareMatrix.setExpMethod(SquareMatrix.Calculation i)
Sets the method to be used for Exponentiation
|