public interface PrimitiveMatrix<R,C,V> extends Matrix2D<R,C,V>
Modifier and Type | Method and Description |
---|---|
V[] |
getColObj(int col) |
V |
getObject(int r,
int c) |
V[] |
getRowObj(int row) |
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
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.