Uses of Class
JSci.maths.IntegerDiagonalMatrix

Packages that use IntegerDiagonalMatrix
JSci.maths   
 

Uses of IntegerDiagonalMatrix in JSci.maths
 

Methods in JSci.maths that return IntegerDiagonalMatrix
 IntegerDiagonalMatrix IntegerDiagonalMatrix.add(IntegerDiagonalMatrix m)
          Returns the addition of this matrix and another.
static IntegerDiagonalMatrix IntegerDiagonalMatrix.identity(int size)
          Creates an identity matrix.
 IntegerDiagonalMatrix IntegerDiagonalMatrix.multiply(IntegerDiagonalMatrix m)
          Returns the multiplication of this matrix and another.
 IntegerDiagonalMatrix IntegerDiagonalMatrix.subtract(IntegerDiagonalMatrix m)
          Returns the subtraction of this matrix by another.
 

Methods in JSci.maths with parameters of type IntegerDiagonalMatrix
 IntegerDiagonalMatrix IntegerDiagonalMatrix.add(IntegerDiagonalMatrix m)
          Returns the addition of this matrix and another.
 IntegerDiagonalMatrix IntegerDiagonalMatrix.multiply(IntegerDiagonalMatrix m)
          Returns the multiplication of this matrix and another.
 IntegerDiagonalMatrix IntegerDiagonalMatrix.subtract(IntegerDiagonalMatrix m)
          Returns the subtraction of this matrix by another.