| 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 |
|---|---|
Matrix |
Matrix.assign(IntIntToDoubleFunction fun)
Assigns each matrix element to the value generated by given function.
|
| Modifier and Type | Method and Description |
|---|---|
Matrix |
AbstractMatrix.assign(IntIntToDoubleFunction fun)
Assigns each matrix element to the value generated by given function.
|
| Constructor and Description |
|---|
FunctionMatrix(int rows,
int cols,
IntIntToDoubleFunction getFunc)
Creates read-only function matrix.
|
FunctionMatrix(int rows,
int cols,
IntIntToDoubleFunction getFunc,
IntIntDoubleToVoidFunction setFunc)
Creates read-write or read-only function matrix.
|
| Modifier and Type | Method and Description |
|---|---|
IntIntToDoubleFunction |
FunctionMatrixStorage.getFunction() |
| Constructor and Description |
|---|
FunctionMatrixStorage(int rows,
int cols,
IntIntToDoubleFunction getFunc) |
FunctionMatrixStorage(int rows,
int cols,
IntIntToDoubleFunction getFunc,
IntIntDoubleToVoidFunction setFunc) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018