Package | Description |
---|---|
JSci.maths |
Modifier and Type | Method and Description |
---|---|
IntegerDiagonalMatrix |
IntegerDiagonalMatrix.add(IntegerDiagonalMatrix m)
Returns the addition of this matrix and another.
|
static IntegerDiagonalMatrix |
IntegerDiagonalMatrix.identity(int size)
Creates an identity matrix.
|
IntegerDiagonalMatrix |
IntegerDiagonalMatrix.multiply(IntegerDiagonalMatrix m)
Returns the multiplication of this matrix and another.
|
IntegerDiagonalMatrix |
IntegerDiagonalMatrix.subtract(IntegerDiagonalMatrix m)
Returns the subtraction of this matrix by another.
|
Modifier and Type | Method and Description |
---|---|
IntegerDiagonalMatrix |
IntegerDiagonalMatrix.add(IntegerDiagonalMatrix m)
Returns the addition of this matrix and another.
|
IntegerDiagonalMatrix |
IntegerDiagonalMatrix.multiply(IntegerDiagonalMatrix m)
Returns the multiplication of this matrix and another.
|
IntegerDiagonalMatrix |
IntegerDiagonalMatrix.subtract(IntegerDiagonalMatrix m)
Returns the subtraction of this matrix by another.
|