Uses of Class
JSci.maths.IntegerTridiagonalMatrix

Packages that use IntegerTridiagonalMatrix
JSci.maths   
 

Uses of IntegerTridiagonalMatrix in JSci.maths
 

Subclasses of IntegerTridiagonalMatrix in JSci.maths
 class IntegerDiagonalMatrix
          The IntegerDiagonalMatrix class provides an object for encapsulating diagonal matrices containing integers.
 

Methods in JSci.maths that return IntegerTridiagonalMatrix
 IntegerTridiagonalMatrix IntegerTridiagonalMatrix.add(IntegerTridiagonalMatrix m)
          Returns the addition of this matrix and another.
 IntegerTridiagonalMatrix IntegerDiagonalMatrix.add(IntegerTridiagonalMatrix m)
          Returns the addition of this matrix and another.
 IntegerTridiagonalMatrix IntegerTridiagonalMatrix.subtract(IntegerTridiagonalMatrix m)
          Returns the subtraction of this matrix by another.
 IntegerTridiagonalMatrix IntegerDiagonalMatrix.subtract(IntegerTridiagonalMatrix m)
          Returns the subtraction of this matrix and another.
 

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