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