Uses of Class
JSci.maths.DoubleSparseSquareMatrix

Packages that use DoubleSparseSquareMatrix
JSci.maths   
 

Uses of DoubleSparseSquareMatrix in JSci.maths
 

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

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