Package | Description |
---|---|
JSci.maths |
Modifier and Type | Class and Description |
---|---|
class |
IntegerDiagonalMatrix
The IntegerDiagonalMatrix class provides an object for encapsulating diagonal matrices containing integers.
|
Modifier and Type | Method and Description |
---|---|
IntegerTridiagonalMatrix |
IntegerTridiagonalMatrix.add(IntegerTridiagonalMatrix m)
Returns the addition of this matrix and another.
|
IntegerTridiagonalMatrix |
IntegerDiagonalMatrix.add(IntegerTridiagonalMatrix m)
Returns the addition of this matrix and another.
|
IntegerTridiagonalMatrix |
IntegerTridiagonalMatrix.subtract(IntegerTridiagonalMatrix m)
Returns the subtraction of this matrix by another.
|
IntegerTridiagonalMatrix |
IntegerDiagonalMatrix.subtract(IntegerTridiagonalMatrix m)
Returns the subtraction of this matrix and another.
|
Modifier and Type | Method and Description |
---|---|
IntegerTridiagonalMatrix |
IntegerTridiagonalMatrix.add(IntegerTridiagonalMatrix m)
Returns the addition of this matrix and another.
|
IntegerTridiagonalMatrix |
IntegerDiagonalMatrix.add(IntegerTridiagonalMatrix m)
Returns the addition of this matrix and another.
|
IntegerSquareMatrix |
IntegerTridiagonalMatrix.multiply(IntegerTridiagonalMatrix m)
Returns the multiplication of this matrix and another.
|
IntegerSquareMatrix |
IntegerDiagonalMatrix.multiply(IntegerTridiagonalMatrix m)
Returns the multiplication of this matrix and another.
|
IntegerTridiagonalMatrix |
IntegerTridiagonalMatrix.subtract(IntegerTridiagonalMatrix m)
Returns the subtraction of this matrix by another.
|
IntegerTridiagonalMatrix |
IntegerDiagonalMatrix.subtract(IntegerTridiagonalMatrix m)
Returns the subtraction of this matrix and another.
|