Class MatrixValue.CellIndex
java.lang.Object
org.apache.sysds.runtime.matrix.data.MatrixValue.CellIndex
- Enclosing class:
- MatrixValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
row
public int row -
column
public int column
-
-
Constructor Details
-
CellIndex
public CellIndex(int r, int c)
-
-
Method Details