See: Description
| Class | Description |
|---|---|
| AbstractMatrix |
This class provides a helper implementation of the
Matrix
interface to minimize the effort required to implement it. |
| CacheMatrix<K,V> |
Matrix based on existing cache and key and value mapping functions.
|
| DenseLocalOffHeapMatrix |
Dense local off-heap implementation of the
Matrix interface. |
| DenseLocalOnHeapMatrix |
Basic implementation for matrix.
|
| DiagonalMatrix |
Implementation of diagonal view of the
Matrix. |
| FunctionMatrix |
Implementation of
Matrix that maps row and column index to java.util.function interfaces. |
| MatrixBlockEntry |
Block for
SparseBlockDistributedMatrix. |
| MatrixView |
Implements the rectangular view into the parent
Matrix. |
| PivotedMatrixView |
Pivoted (index mapped) view over another matrix implementation.
|
| RandomMatrix |
Implementation of
Matrix with random values in the elements. |
| SparseBlockDistributedMatrix |
Sparse block distributed matrix.
|
| SparseDistributedMatrix |
Sparse distributed matrix implementation based on data grid.
|
| SparseLocalOnHeapMatrix |
Sparse local onheap matrix with
SparseLocalVector as rows. |
| TransposedMatrixView |
Implements transposed view of the parent
Matrix. |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018