Uses of Class
sbrt.kernel.math.algebra.HashMatrix

Packages that use HashMatrix
sbrt.kernel.math.algebra Provides classes and interfaces for creating objects relevant to algebra. 
 

Uses of HashMatrix in sbrt.kernel.math.algebra
 

Methods in sbrt.kernel.math.algebra that return HashMatrix
 HashMatrix<R,C> HashMatrix.getColumn(java.lang.Object columnIndex)
          Returns the column corresponding to the provided column index.
 HashMatrix<R,C> HashMatrix.getRow(java.lang.Object rowIndex)
          Returns the row corresponding to the provided row index.