Interface | Description |
---|---|
IntSorter.CompareInt | |
Matrix<T extends MatrixRow> |
Base class for dense / sparse matrices
|
MatrixRow |
Created with IntelliJ IDEA.
|
Class | Description |
---|---|
BaseMatrixRow |
A base class for matrix rows.
|
DenseMatrix |
Implementation of a dense matrix.
|
DenseMatrixRow |
A single dense matrix row backed by a byte buffer.
|
DenseMatrixWriter | |
IntSorter | |
MemoryMappedMatrix |
A wrapper around a file channel that contains a matrix in row major order.
|
SparseMatrix |
Implementation of a sparse matrix.
|
SparseMatrixRow |
A single sparse matrix row backed by a byte buffer.
|
SparseMatrixSorter |
Writes an output matrix with the same rows, but sorted by row ids
|
SparseMatrixTransposer | |
SparseMatrixUtils | |
SparseMatrixWriter | |
ValueConf |
Configuration for the values in a sparse matrix row.
|
Copyright © 2015. All rights reserved.