Class DiagIndex
- java.lang.Object
- 
- org.apache.sysds.runtime.functionobjects.FunctionObject
- 
- org.apache.sysds.runtime.functionobjects.IndexFunction
- 
- org.apache.sysds.runtime.functionobjects.DiagIndex
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class DiagIndex 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 DiagIndexgetDiagIndexFnObject()static DiagIndexgetDiagIndexFnObject(boolean v2m)
 
- 
- 
- 
Method Detail- 
getDiagIndexFnObjectpublic static DiagIndex getDiagIndexFnObject() 
 - 
getDiagIndexFnObjectpublic static DiagIndex getDiagIndexFnObject(boolean v2m) 
 - 
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
 
 
- 
 
-