Package | Description |
---|---|
org.apache.ignite.ml.math.primitives.matrix |
Contains matrix related classes.
|
Modifier and Type | Method and Description |
---|---|
Matrix.Element |
AbstractMatrix.getElement(int row,
int col)
Gets the matrix's element at the given coordinates.
|
Matrix.Element |
Matrix.getElement(int row,
int col)
Gets the matrix's element at the given coordinates.
|
Matrix.Element |
AbstractMatrix.maxElement()
Gets the maximum element in this matrix.
|
Matrix.Element |
Matrix.maxElement()
Gets the maximum element in this matrix.
|
Matrix.Element |
AbstractMatrix.minElement()
Gets the minimum element in this matrix.
|
Matrix.Element |
Matrix.minElement()
Gets the minimum element in this matrix.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024