| Package | Description |
|---|---|
| org.apache.ignite.ml.math |
Contains main APIs for distributed code algebra.
|
| org.apache.ignite.ml.math.impls.matrix |
Contains several matrix implementations.
|
| org.apache.ignite.ml.math.impls.storage.matrix |
Contains specific implementations for matrix storage models.
|
| Modifier and Type | Method and Description |
|---|---|
MatrixStorage |
Matrix.getStorage()
Gets matrix storage model.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
MatrixView(MatrixStorage sto,
int rowOff,
int colOff,
int rows,
int cols) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayMatrixStorage
Array based
MatrixStorage implementation. |
class |
BlockMatrixStorage
Storage for
SparseBlockDistributedMatrix. |
class |
CacheMatrixStorage<K,V>
Matrix storage based on arbitrary cache and key and value mapping functions.
|
class |
DenseOffHeapMatrixStorage
Local, dense off-heap matrix storage.
|
class |
DiagonalMatrixStorage
MatrixStorage implementation for diagonal Matrix view. |
class |
FunctionMatrixStorage
Read-only or read-write function-based matrix storage.
|
class |
MatrixDelegateStorage
MatrixStorage implementation that delegates to parent matrix. |
class |
PivotedMatrixStorage
Pivoted (index mapped) view over another matrix storage implementation.
|
class |
RandomMatrixStorage
MatrixStorage implementation with random values in the matrix elements. |
class |
SparseDistributedMatrixStorage
MatrixStorage implementation for SparseDistributedMatrix. |
class |
SparseLocalOnHeapMatrixStorage
Storage for sparse, local, on-heap matrix.
|
| Modifier and Type | Method and Description |
|---|---|
MatrixStorage |
MatrixDelegateStorage.delegate() |
| Constructor and Description |
|---|
MatrixDelegateStorage(MatrixStorage dlg,
int rowOff,
int colOff,
int rows,
int cols) |
PivotedMatrixStorage(MatrixStorage sto) |
PivotedMatrixStorage(MatrixStorage sto,
int[] pivot) |
PivotedMatrixStorage(MatrixStorage sto,
int[] rowPivot,
int[] colPivot) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018