|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntegerSquareMatrix | |
|---|---|
| JSci.maths | |
| Uses of IntegerSquareMatrix in JSci.maths |
|---|
| Subclasses of IntegerSquareMatrix in JSci.maths | |
|---|---|
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. |
| Methods in JSci.maths that return IntegerSquareMatrix | |
|---|---|
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. |
| Methods in JSci.maths with parameters of type IntegerSquareMatrix | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||