Class ReduceDiag
- java.lang.Object
- 
- org.apache.sysds.runtime.functionobjects.FunctionObject
- 
- org.apache.sysds.runtime.functionobjects.IndexFunction
- 
- org.apache.sysds.runtime.functionobjects.ReduceDiag
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ReduceDiag 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 ReduceDiaggetReduceDiagFnObject()
 
- 
- 
- 
Method Detail- 
getReduceDiagFnObjectpublic static ReduceDiag getReduceDiagFnObject() 
 - 
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
 
 
- 
 
-