Uses of Interface
com.topologi.diffx.algorithm.Matrix

Packages that use Matrix
com.topologi.diffx.algorithm Main algorithm implementations. 
 

Uses of Matrix in com.topologi.diffx.algorithm
 

Classes in com.topologi.diffx.algorithm that implement Matrix
 class MatrixInt
          A matrix implementation which backbone is a matrix of integers.
 class MatrixShort
          A matrix implementation which backbone is a matrix of short numbers.