Package | Description |
---|---|
JSci.maths |
Modifier and Type | Method and Description |
---|---|
DoubleSparseSquareMatrix |
DoubleSparseSquareMatrix.add(DoubleSparseSquareMatrix m)
Returns the addition of this matrix and another.
|
DoubleSparseSquareMatrix |
DoubleSparseSquareMatrix.multiply(DoubleSparseSquareMatrix m)
Returns the multiplication of this matrix and another.
|
DoubleSparseSquareMatrix |
DoubleSparseSquareMatrix.subtract(DoubleSparseSquareMatrix m)
Returns the addition of this matrix and another.
|
Modifier and Type | Method and Description |
---|---|
DoubleSparseSquareMatrix |
DoubleSparseSquareMatrix.add(DoubleSparseSquareMatrix m)
Returns the addition of this matrix and another.
|
DoubleSparseSquareMatrix |
DoubleSparseSquareMatrix.multiply(DoubleSparseSquareMatrix m)
Returns the multiplication of this matrix and another.
|
double |
DoubleSparseSquareMatrix.scalarProduct(DoubleSparseSquareMatrix m)
Returns the scalar product of this matrix and another.
|
DoubleSparseSquareMatrix |
DoubleSparseSquareMatrix.subtract(DoubleSparseSquareMatrix m)
Returns the addition of this matrix and another.
|