Uses of Interface
ubic.basecode.dataStructure.matrix.PrimitiveMatrix
Packages that use PrimitiveMatrix
-
Uses of PrimitiveMatrix in ubic.basecode.dataStructure.matrix
Classes in ubic.basecode.dataStructure.matrix that implement PrimitiveMatrixModifier and TypeClassDescriptionclass
Supports sparse matrices (where sparse means most values are zero, not that they are missing).class
DenseDoubleMatrix<R,
C> A dense matrix of doubles that knows about row and column names.class
DoubleMatrix<R,
C> Abstract base class for 2D matrices of double values with named columns and rows.class
Dense 2D matrix implementation designed for very fast access of entire rows.class
IntegerMatrix<R,
C> class
SparseDoubleMatrix<R,
C> A sparse matrix that knows about row and column names.class
A sparse matrix class where the rows are ragged and compressed.