| Package | Description |
|---|---|
| org.apache.ignite.ml.math.primitives.matrix |
Contains matrix related classes.
|
| org.apache.ignite.ml.math.primitives.matrix.impl |
Contains several matrix implementations.
|
| org.apache.ignite.ml.math.primitives.matrix.storage |
Contains several matrix storages.
|
| Modifier and Type | Method and Description |
|---|---|
MatrixStorage |
Matrix.getStorage()
Gets matrix storage model.
|
MatrixStorage |
AbstractMatrix.getStorage()
Gets matrix storage model.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractMatrix.setStorage(MatrixStorage sto) |
| Constructor and Description |
|---|
AbstractMatrix(MatrixStorage sto) |
| Constructor and Description |
|---|
ViewMatrix(MatrixStorage sto,
int rowOff,
int colOff,
int rows,
int cols) |
| Modifier and Type | Class and Description |
|---|---|
class |
DenseMatrixStorage
Array based
MatrixStorage implementation. |
class |
SparseMatrixStorage
Storage for sparse, local, on-heap matrix.
|
class |
ViewMatrixStorage
MatrixStorage implementation that delegates to parent matrix. |
| Modifier and Type | Method and Description |
|---|---|
MatrixStorage |
ViewMatrixStorage.delegate() |
| Constructor and Description |
|---|
ViewMatrixStorage(MatrixStorage dlg,
int rowOff,
int colOff,
int rows,
int cols) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025