Package | Description |
---|---|
com.putable.server.matrix |
Provides the matrix classes specific to the server
|
Modifier and Type | Field and Description |
---|---|
private HeinekenMathMatrix.Equation.Operation |
HeinekenMathMatrix.Equation.operation
The Operation to be performed in this Equation
|
Modifier and Type | Method and Description |
---|---|
static HeinekenMathMatrix.Equation.Operation |
HeinekenMathMatrix.Equation.Operation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HeinekenMathMatrix.Equation.Operation[] |
HeinekenMathMatrix.Equation.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|