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