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