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
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleancomputeDimension(int row, int col, MatrixValue.CellIndex retDim) booleanvoidexecute(MatrixIndexes in, MatrixIndexes out) voidstatic OffsetColumnIndexgetOffsetColumnIndexFnObject(int offset) voidsetOffset(int offset) Methods inherited from class org.apache.sysds.runtime.functionobjects.IndexFunction
toString
-
Method Details
-
getOffsetColumnIndexFnObject
-
setOffset
public void setOffset(int offset) -
execute
- Specified by:
executein classIndexFunction
-
execute
- Specified by:
executein classIndexFunction
-
computeDimension
- Specified by:
computeDimensionin classIndexFunction
-
computeDimension
- Specified by:
computeDimensionin classIndexFunction
-