| Package | Description |
|---|---|
| JSci.maths |
| Modifier and Type | Method and Description |
|---|---|
RingMatrix |
RingMatrix.add(RingMatrix m)
Returns the addition of this matrix and another.
|
RingMatrix |
RingMatrix.directSum(RingMatrix m)
Returns the direct sum of this matrix and another.
|
RingMatrix |
RingMatrix.multiply(RingMatrix m)
Returns the multiplication of this matrix and another.
|
RingMatrix |
RingMatrix.subtract(RingMatrix m)
Returns the subtraction of this matrix and another.
|
RingMatrix |
RingMatrix.tensorProduct(RingMatrix m)
Returns the tensor product of this matrix and another.
|
| Modifier and Type | Method and Description |
|---|---|
RingMatrix |
RingMatrix.add(RingMatrix m)
Returns the addition of this matrix and another.
|
RingMatrix |
RingMatrix.directSum(RingMatrix m)
Returns the direct sum of this matrix and another.
|
RingMatrix |
RingMatrix.multiply(RingMatrix m)
Returns the multiplication of this matrix and another.
|
RingMatrix |
RingMatrix.subtract(RingMatrix m)
Returns the subtraction of this matrix and another.
|
RingMatrix |
RingMatrix.tensorProduct(RingMatrix m)
Returns the tensor product of this matrix and another.
|