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

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

Uses of RowOrTreeMatrix in sbrt.kernel.math.algebra
 

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