Uses of Class
ubic.basecode.dataStructure.matrix.DenseDoubleMatrix
-
Packages that use DenseDoubleMatrix Package Description ubic.basecode.dataStructure.matrix -
-
Uses of DenseDoubleMatrix in ubic.basecode.dataStructure.matrix
Methods in ubic.basecode.dataStructure.matrix that return DenseDoubleMatrix Modifier and Type Method Description static 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.
-