Uses of Class
ubic.basecode.dataStructure.matrix.DenseDoubleMatrix
Packages that use DenseDoubleMatrix
-
Uses of DenseDoubleMatrix in ubic.basecode.dataStructure.matrix
Methods in ubic.basecode.dataStructure.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.