Uses of Class
ubic.gemma.core.util.matrix.SparseDoubleMatrix
Packages that use SparseDoubleMatrix
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 SparseDoubleMatrix in ubic.gemma.core.util.math
Methods in ubic.gemma.core.util.math that return SparseDoubleMatrixModifier and TypeMethodDescriptionstatic <R,C> SparseDoubleMatrix <R, R> MatrixStats.correlationMatrix(DoubleMatrix<R, C> data, double threshold) -
Uses of SparseDoubleMatrix in ubic.gemma.core.util.matrix
Methods in ubic.gemma.core.util.matrix that return SparseDoubleMatrixModifier and TypeMethodDescriptionstatic SparseDoubleMatrix<String, String> DoubleMatrixFactory.sparse(double[][] T) static SparseDoubleMatrix<String, String> DoubleMatrixFactory.sparse(int rows, int cols)