Class IndexFunction
- java.lang.Object
- 
- org.apache.sysds.runtime.functionobjects.FunctionObject
- 
- org.apache.sysds.runtime.functionobjects.IndexFunction
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- DiagIndex,- OffsetColumnIndex,- ReduceAll,- ReduceCol,- ReduceDiag,- ReduceRow,- RevIndex,- SortIndex,- SwapIndex
 
 public abstract class IndexFunction extends FunctionObject - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description IndexFunction()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract booleancomputeDimension(int row, int col, MatrixValue.CellIndex retDim)abstract booleancomputeDimension(DataCharacteristics in, DataCharacteristics out)abstract voidexecute(MatrixIndexes in, MatrixIndexes out)abstract voidexecute(MatrixValue.CellIndex in, MatrixValue.CellIndex out)
 
- 
- 
- 
Method Detail- 
executepublic abstract void execute(MatrixIndexes in, MatrixIndexes out) 
 - 
executepublic abstract void execute(MatrixValue.CellIndex in, MatrixValue.CellIndex out) 
 - 
computeDimensionpublic abstract boolean computeDimension(int row, int col, MatrixValue.CellIndex retDim)
 - 
computeDimensionpublic abstract boolean computeDimension(DataCharacteristics in, DataCharacteristics out) 
 
- 
 
-