Package | Description |
---|---|
ubic.basecode.dataStructure.matrix |
Modifier and Type | Method and Description |
---|---|
static DenseDoubleMatrix<String,String> |
DoubleMatrixFactory.dense(double[][] T) |
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.
|
static DenseDoubleMatrix<String,String> |
DoubleMatrixFactory.dense(int rows,
int cols) |
Copyright © 2003–2022 UBC Michael Smith Laboratories. All rights reserved.