Uses of Class
ubic.gemma.core.util.matrix.DenseDoubleMatrix
Packages that use DenseDoubleMatrix
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 DenseDoubleMatrix in ubic.gemma.core.util.matrix
Methods in ubic.gemma.core.util.matrix that return DenseDoubleMatrixModifier and TypeMethodDescriptionstatic DenseDoubleMatrix<String, String> DoubleMatrixFactory.dense(double[][] T) static DenseDoubleMatrix<String, String> DoubleMatrixFactory.dense(int rows, int cols) static DenseDoubleMatrix<String, String> DoubleMatrixFactory.dense(DoubleMatrix<String, String> T) Creates a matrix in which the underlying data is a copy; the row and column labels are not copied.