Package | Description |
---|---|
JSci.maths | |
JSci.util |
Modifier and Type | Method and Description |
---|---|
DoubleDiagonalMatrix |
DoubleDiagonalMatrix.add(DoubleDiagonalMatrix m)
Returns the addition of this matrix and another.
|
static DoubleDiagonalMatrix |
DoubleDiagonalMatrix.identity(int size)
Creates an identity matrix.
|
DoubleDiagonalMatrix |
DoubleDiagonalMatrix.multiply(DoubleDiagonalMatrix m)
Returns the multiplication of this matrix and another.
|
DoubleDiagonalMatrix |
DoubleDiagonalMatrix.subtract(DoubleDiagonalMatrix m)
Returns the subtraction of this matrix by another.
|
Modifier and Type | Method and Description |
---|---|
DoubleDiagonalMatrix |
DoubleDiagonalMatrix.add(DoubleDiagonalMatrix m)
Returns the addition of this matrix and another.
|
DoubleDiagonalMatrix |
DoubleDiagonalMatrix.multiply(DoubleDiagonalMatrix m)
Returns the multiplication of this matrix and another.
|
double |
DoubleDiagonalMatrix.scalarProduct(DoubleDiagonalMatrix m)
Returns the scalar product of this matrix and another.
|
DoubleDiagonalMatrix |
DoubleDiagonalMatrix.subtract(DoubleDiagonalMatrix m)
Returns the subtraction of this matrix by another.
|
Modifier and Type | Method and Description |
---|---|
static DoubleDiagonalMatrix |
MatrixToolkit.randomDiagonalMatrix(int size)
Creates a random generated diagonal matrix.
|