| Package | Description |
|---|---|
| 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.
|
| Constructor and Description |
|---|
FunctionMatrix(int rows,
int cols,
IntIntToDoubleFunction getFunc,
IntIntDoubleToVoidFunction setFunc)
Creates read-write or read-only function matrix.
|
| Modifier and Type | Method and Description |
|---|---|
IntIntDoubleToVoidFunction |
FunctionMatrixStorage.setFunction() |
| Constructor and Description |
|---|
FunctionMatrixStorage(int rows,
int cols,
IntIntToDoubleFunction getFunc,
IntIntDoubleToVoidFunction setFunc) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018