Uses of Class
JSci.maths.RingMatrix

Packages that use RingMatrix
JSci.maths   
 

Uses of RingMatrix in JSci.maths
 

Methods in JSci.maths that return RingMatrix
 RingMatrix RingMatrix.add(RingMatrix m)
          Returns the addition of this matrix and another.
 RingMatrix RingMatrix.directSum(RingMatrix m)
          Returns the direct sum of this matrix and another.
 RingMatrix RingMatrix.multiply(RingMatrix m)
          Returns the multiplication of this matrix and another.
 RingMatrix RingMatrix.subtract(RingMatrix m)
          Returns the subtraction of this matrix and another.
 RingMatrix RingMatrix.tensorProduct(RingMatrix m)
          Returns the tensor product of this matrix and another.
 

Methods in JSci.maths with parameters of type RingMatrix
 RingMatrix RingMatrix.add(RingMatrix m)
          Returns the addition of this matrix and another.
 RingMatrix RingMatrix.directSum(RingMatrix m)
          Returns the direct sum of this matrix and another.
 RingMatrix RingMatrix.multiply(RingMatrix m)
          Returns the multiplication of this matrix and another.
 RingMatrix RingMatrix.subtract(RingMatrix m)
          Returns the subtraction of this matrix and another.
 RingMatrix RingMatrix.tensorProduct(RingMatrix m)
          Returns the tensor product of this matrix and another.