Interface PrimitiveMatrix<R,C,V>
- All Superinterfaces:
Matrix2D<R,
C, V>
- All Known Implementing Classes:
CompressedSparseDoubleMatrix
,DenseDoubleMatrix
,DoubleMatrix
,FastRowAccessDoubleMatrix
,IntegerMatrix
,SparseDoubleMatrix
,SparseRaggedDoubleMatrix
Matrix that holds primitives, with an available object representation of the values.
- Author:
- Paul
-
Method Summary
Methods inherited from interface ubic.basecode.dataStructure.matrix.Matrix2D
addColumnName, asDoubles, assign, columns, containsColumnName, containsRowName, getByKeys, getColIndexByName, getColName, getColNames, getEntry, getRowIndexByName, getRowName, getRowNameMapIterator, getRowNames, hasColNames, hasRow, hasRowNames, isMissing, numMissing, rows, set, setByKeys, setColumnName, setColumnNames, setRowName, setRowNames
-
Method Details
-
getColObj
- Parameters:
col
-- Returns:
-
getObject
- Parameters:
r
-c
-- Returns:
-
getRowObj
- Parameters:
row
-- Returns:
-