Package | Description |
---|---|
JSci.io | |
JSci.maths |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
MathMLDocumentJSciImpl.createMatrix(IntegerMatrix m)
Creates a MathML matrix element (
<matrix> ). |
void |
TextWriter.write(IntegerMatrix matrix)
Writes a matrix.
|
Modifier and Type | Class and Description |
---|---|
class |
IntegerDiagonalMatrix
The IntegerDiagonalMatrix class provides an object for encapsulating diagonal matrices containing integers.
|
class |
IntegerSquareMatrix
The IntegerSquareMatrix class provides an object for encapsulating square matrices containing integers.
|
class |
IntegerTridiagonalMatrix
The IntegerTridiagonalMatrix class provides an object for encapsulating tridiagonal matrices containing integers.
|
Modifier and Type | Method and Description |
---|---|
IntegerMatrix |
IntegerSquareMatrix.add(IntegerMatrix m)
Returns the addition of this matrix and another.
|
IntegerMatrix |
IntegerTridiagonalMatrix.add(IntegerMatrix m)
Returns the addition of this matrix and another.
|
IntegerMatrix |
IntegerDiagonalMatrix.add(IntegerMatrix m)
Returns the addition of this matrix and another.
|
IntegerMatrix |
IntegerMatrix.add(IntegerMatrix m)
Returns the addition of this matrix and another.
|
IntegerMatrix |
IntegerTridiagonalMatrix.multiply(IntegerMatrix m)
Returns the multiplication of this matrix and another.
|
IntegerMatrix |
IntegerDiagonalMatrix.multiply(IntegerMatrix m)
Returns the multiplication of this matrix and another.
|
IntegerMatrix |
IntegerMatrix.multiply(IntegerMatrix m)
Returns the multiplication of this matrix and another.
|
IntegerMatrix |
IntegerSquareMatrix.scalarMultiply(int x)
Returns the multiplication of this matrix by a scalar.
|
IntegerMatrix |
IntegerTridiagonalMatrix.scalarMultiply(int x)
Returns the multiplication of this matrix by a scalar.
|
IntegerMatrix |
IntegerDiagonalMatrix.scalarMultiply(int x)
Returns the multiplication of this matrix by a scalar.
|
IntegerMatrix |
IntegerMatrix.scalarMultiply(int x)
Returns the multiplication of this matrix by a scalar.
|
IntegerMatrix |
IntegerSquareMatrix.subtract(IntegerMatrix m)
Returns the subtraction of this matrix by another.
|
IntegerMatrix |
IntegerTridiagonalMatrix.subtract(IntegerMatrix m)
Returns the subtraction of this matrix and another.
|
IntegerMatrix |
IntegerDiagonalMatrix.subtract(IntegerMatrix m)
Returns the subtraction of this matrix and another.
|
IntegerMatrix |
IntegerMatrix.subtract(IntegerMatrix m)
Returns the subtraction of this matrix by another.
|
IntegerMatrix |
DoubleTridiagonalMatrix.toIntegerMatrix()
Converts this matrix to an integer matrix.
|
IntegerMatrix |
DoubleSparseSquareMatrix.toIntegerMatrix()
Converts this matrix to an integer matrix.
|
IntegerMatrix |
DoubleSparseMatrix.toIntegerMatrix()
Converts this matrix to an integer matrix.
|
IntegerMatrix |
DoubleDiagonalMatrix.toIntegerMatrix()
Converts this matrix to an integer matrix.
|
IntegerMatrix |
DoubleMatrix.toIntegerMatrix()
Converts this matrix to an integer matrix.
|
Modifier and Type | Method and Description |
---|---|
IntegerMatrix |
IntegerSquareMatrix.add(IntegerMatrix m)
Returns the addition of this matrix and another.
|
IntegerMatrix |
IntegerTridiagonalMatrix.add(IntegerMatrix m)
Returns the addition of this matrix and another.
|
IntegerMatrix |
IntegerDiagonalMatrix.add(IntegerMatrix m)
Returns the addition of this matrix and another.
|
IntegerMatrix |
IntegerMatrix.add(IntegerMatrix m)
Returns the addition of this matrix and another.
|
IntegerMatrix |
IntegerTridiagonalMatrix.multiply(IntegerMatrix m)
Returns the multiplication of this matrix and another.
|
IntegerMatrix |
IntegerDiagonalMatrix.multiply(IntegerMatrix m)
Returns the multiplication of this matrix and another.
|
IntegerMatrix |
IntegerMatrix.multiply(IntegerMatrix m)
Returns the multiplication of this matrix and another.
|
IntegerMatrix |
IntegerSquareMatrix.subtract(IntegerMatrix m)
Returns the subtraction of this matrix by another.
|
IntegerMatrix |
IntegerTridiagonalMatrix.subtract(IntegerMatrix m)
Returns the subtraction of this matrix and another.
|
IntegerMatrix |
IntegerDiagonalMatrix.subtract(IntegerMatrix m)
Returns the subtraction of this matrix and another.
|
IntegerMatrix |
IntegerMatrix.subtract(IntegerMatrix m)
Returns the subtraction of this matrix by another.
|