Class ReduceAll
java.lang.Object
org.apache.sysds.runtime.functionobjects.FunctionObject
org.apache.sysds.runtime.functionobjects.IndexFunction
org.apache.sysds.runtime.functionobjects.ReduceAll
- All Implemented Interfaces:
Serializable
Reduce both columns and rows into a single cell
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleancomputeDimension(int row, int col, MatrixValue.CellIndex retDim) booleanvoidexecute(MatrixIndexes in, MatrixIndexes out) voidstatic ReduceAllMethods inherited from class org.apache.sysds.runtime.functionobjects.IndexFunction
toString
-
Method Details
-
getReduceAllFnObject
-
execute
- Specified by:
executein classIndexFunction
-
execute
- Specified by:
executein classIndexFunction
-
computeDimension
- Specified by:
computeDimensionin classIndexFunction
-
computeDimension
- Specified by:
computeDimensionin classIndexFunction
-