Uses of Class
JSci.maths.DoubleSparseMatrix

Packages that use DoubleSparseMatrix
JSci.maths   
 

Uses of DoubleSparseMatrix in JSci.maths
 

Methods in JSci.maths that return DoubleSparseMatrix
 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.
 

Methods in JSci.maths with parameters of type DoubleSparseMatrix
 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.