Modifier and Type | Interface and Description |
---|---|
interface |
Matrix<T extends MatrixRow>
Base class for dense / sparse matrices
|
Modifier and Type | Class and Description |
---|---|
class |
BaseMatrixRow
A base class for matrix rows.
|
class |
DenseMatrixRow
A single dense matrix row backed by a byte buffer.
|
class |
SparseMatrixRow
A single sparse matrix row backed by a byte buffer.
|
Modifier and Type | Method and Description |
---|---|
<T extends MatrixRow> |
Matrix.getRow(int rowId)
Gets a particular matrix row.
|
Copyright © 2015. All rights reserved.