Uses of Class
org.apache.sysds.runtime.matrix.data.MatrixValue.CellIndex
Packages that use MatrixValue.CellIndex
-
Uses of MatrixValue.CellIndex in org.apache.sysds.runtime.functionobjects
Methods in org.apache.sysds.runtime.functionobjects with parameters of type MatrixValue.CellIndexModifier and TypeMethodDescriptionbooleanDiagIndex.computeDimension(int row, int col, MatrixValue.CellIndex retDim) abstract booleanIndexFunction.computeDimension(int row, int col, MatrixValue.CellIndex retDim) booleanOffsetColumnIndex.computeDimension(int row, int col, MatrixValue.CellIndex retDim) booleanReduceAll.computeDimension(int row, int col, MatrixValue.CellIndex retDim) booleanReduceCol.computeDimension(int row, int col, MatrixValue.CellIndex retDim) booleanReduceDiag.computeDimension(int row, int col, MatrixValue.CellIndex retDim) booleanReduceRow.computeDimension(int row, int col, MatrixValue.CellIndex retDim) booleanRevIndex.computeDimension(int row, int col, MatrixValue.CellIndex retDim) booleanRollIndex.computeDimension(int row, int col, MatrixValue.CellIndex retDim) booleanSortIndex.computeDimension(int row, int col, MatrixValue.CellIndex retDim) booleanSwapIndex.computeDimension(int row, int col, MatrixValue.CellIndex retDim) voidDiagIndex.execute(MatrixValue.CellIndex in, MatrixValue.CellIndex out) abstract voidIndexFunction.execute(MatrixValue.CellIndex in, MatrixValue.CellIndex out) voidOffsetColumnIndex.execute(MatrixValue.CellIndex in, MatrixValue.CellIndex out) voidReduceAll.execute(MatrixValue.CellIndex in, MatrixValue.CellIndex out) voidReduceCol.execute(MatrixValue.CellIndex in, MatrixValue.CellIndex out) voidReduceDiag.execute(MatrixValue.CellIndex in, MatrixValue.CellIndex out) voidReduceRow.execute(MatrixValue.CellIndex in, MatrixValue.CellIndex out) voidRevIndex.execute(MatrixValue.CellIndex in, MatrixValue.CellIndex out) voidRollIndex.execute(MatrixValue.CellIndex in, MatrixValue.CellIndex out) voidSortIndex.execute(MatrixValue.CellIndex in, MatrixValue.CellIndex out) voidSwapIndex.execute(MatrixValue.CellIndex in, MatrixValue.CellIndex out)