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 |
AbstractMatrix.getStorage()
Gets matrix storage model.
|
MatrixStorage |
Matrix.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) |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024