Class OffsetColumnIndex
- java.lang.Object
- 
- org.apache.sysds.runtime.functionobjects.FunctionObject
- 
- org.apache.sysds.runtime.functionobjects.IndexFunction
- 
- org.apache.sysds.runtime.functionobjects.OffsetColumnIndex
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class OffsetColumnIndex extends IndexFunction - See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancomputeDimension(int row, int col, MatrixValue.CellIndex retDim)booleancomputeDimension(DataCharacteristics in, DataCharacteristics out)voidexecute(MatrixIndexes in, MatrixIndexes out)voidexecute(MatrixValue.CellIndex in, MatrixValue.CellIndex out)static OffsetColumnIndexgetOffsetColumnIndexFnObject(int offset)voidsetOffset(int offset)
 
- 
- 
- 
Method Detail- 
getOffsetColumnIndexFnObjectpublic static OffsetColumnIndex getOffsetColumnIndexFnObject(int offset) 
 - 
setOffsetpublic void setOffset(int offset) 
 - 
executepublic void execute(MatrixIndexes in, MatrixIndexes out) - Specified by:
- executein class- IndexFunction
 
 - 
executepublic void execute(MatrixValue.CellIndex in, MatrixValue.CellIndex out) - Specified by:
- executein class- IndexFunction
 
 - 
computeDimensionpublic boolean computeDimension(int row, int col, MatrixValue.CellIndex retDim)- Specified by:
- computeDimensionin class- IndexFunction
 
 - 
computeDimensionpublic boolean computeDimension(DataCharacteristics in, DataCharacteristics out) - Specified by:
- computeDimensionin class- IndexFunction
 
 
- 
 
-