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