Package | Description |
---|---|
JSci.maths |
Modifier and Type | Method and Description |
---|---|
DoubleSparseMatrix |
DoubleSparseMatrix.add(DoubleSparseMatrix m)
Returns the addition of this matrix and another.
|
DoubleSparseMatrix |
DoubleSparseMatrix.subtract(DoubleSparseMatrix m)
Returns the addition of this matrix and another.
|
DoubleSparseMatrix |
DoubleSparseVector.tensorProduct(DoubleSparseVector v)
Returns the tensor product of this vector and another.
|
Modifier and Type | Method and Description |
---|---|
DoubleSparseMatrix |
DoubleSparseMatrix.add(DoubleSparseMatrix m)
Returns the addition of this matrix and another.
|
DoubleMatrix |
DoubleSparseMatrix.multiply(DoubleSparseMatrix m)
Returns the multiplication of this matrix and another.
|
double |
DoubleSparseMatrix.scalarProduct(DoubleSparseMatrix m)
Returns the scalar product of this matrix and another.
|
DoubleSparseMatrix |
DoubleSparseMatrix.subtract(DoubleSparseMatrix m)
Returns the addition of this matrix and another.
|