Uses of Class
ubic.gemma.core.util.matrix.AbstractMatrix
Packages that use AbstractMatrix
Package
Description
Labelled-axis matrix types ported in-tree from baseCode's
ubic.basecode.dataStructure.matrix subsystem as part of the Phase 3
baseCode retirement (see BASECODE_MATRIX_RECCE.md and
BASECODE_DEP_AUDIT.md).-
Uses of AbstractMatrix in ubic.gemma.core.util.matrix
Subclasses of AbstractMatrix in ubic.gemma.core.util.matrixModifier and TypeClassDescriptionclassSupports sparse matrices (where sparse means most values are zero, not that they are missing).classDenseDoubleMatrix<R,C> A dense matrix of doubles that knows about row and column names.classDoubleMatrix<R,C> Abstract base class for 2D matrices of double values with named columns and rows.classDense 2D matrix implementation designed for very fast access of entire rows.classIntegerMatrix<R,C> classObjectMatrixImpl<R,C, V> Matrix that can hold any type of objectclassSparseDoubleMatrix<R,C> A sparse matrix that knows about row and column names.classStringMatrix<R,C> A NamedMatrix containing String objects.