Package | Description |
---|---|
ubic.basecode.dataStructure.matrix |
Modifier and Type | Class and Description |
---|---|
class |
CompressedBitMatrix<R,C>
Named compressed sparse bit matrix.
|
class |
CompressedSparseDoubleMatrix<R,C>
Supports sparse matrices (where sparse means most values are zero, not that they are missing).
|
class |
DenseDoubleMatrix<R,C>
A dense matrix of doubles that knows about row and column names.
|
class |
DoubleMatrix<R,C>
Abstract base class for 2D matrices of double values with named columns and rows.
|
class |
FastRowAccessDoubleMatrix<R,C>
Dense 2D matrix implementation designed for very fast access of entire rows.
|
class |
IntegerMatrix<R,C> |
class |
ObjectMatrixImpl<R,C,V>
Matrix that can hold any type of object
|
class |
SparseDoubleMatrix<R,C>
A sparse matrix that knows about row and column names.
|
class |
SparseRaggedDoubleMatrix<R,C>
A sparse matrix class where the rows are ragged and compressed.
|
class |
StringMatrix<R,C>
A NamedMatrix containing String objects.
|
Copyright © 2003–2022 UBC Michael Smith Laboratories. All rights reserved.