Interface IFrameOfReferenceGroup
- All Superinterfaces:
IContainDefaultTuple
- All Known Implementing Classes:
ColGroupDDCFOR,ColGroupSDCFOR
Interface for frame of reference groups.
-
Method Summary
Modifier and TypeMethodDescriptionextractCommon(double[] constV) extract common value from group and return non morphing groupMethods inherited from interface org.apache.sysds.runtime.compress.colgroup.IContainDefaultTuple
getDefaultTuple
-
Method Details
-
extractCommon
extract common value from group and return non morphing group- Parameters:
constV- a vector to contain all values, note length = nCols in total matrix.- Returns:
- A non morphing column group with decompression instructions.
-