Uses of Class
org.apache.sysds.runtime.matrix.operators.CMOperator
-
-
Uses of CMOperator in org.apache.sysds.runtime.compress
Methods in org.apache.sysds.runtime.compress with parameters of type CMOperator Modifier and Type Method Description CM_COV_Object
CompressedMatrixBlock. cmOperations(CMOperator op)
CM_COV_Object
CompressedMatrixBlock. cmOperations(CMOperator op, MatrixBlock weights)
-
Uses of CMOperator in org.apache.sysds.runtime.compress.colgroup
Methods in org.apache.sysds.runtime.compress.colgroup with parameters of type CMOperator Modifier and Type Method Description abstract CM_COV_Object
AColGroup. centralMoment(CMOperator op, int nRows)
Central Moment instruction executed on a column group.CM_COV_Object
AColGroupValue. centralMoment(CMOperator op, int nRows)
CM_COV_Object
ColGroupConst. centralMoment(CMOperator op, int nRows)
CM_COV_Object
ColGroupDDCFOR. centralMoment(CMOperator op, int nRows)
CM_COV_Object
ColGroupEmpty. centralMoment(CMOperator op, int nRows)
CM_COV_Object
ColGroupLinearFunctional. centralMoment(CMOperator op, int nRows)
CM_COV_Object
ColGroupSDC. centralMoment(CMOperator op, int nRows)
CM_COV_Object
ColGroupSDCFOR. centralMoment(CMOperator op, int nRows)
CM_COV_Object
ColGroupSDCSingle. centralMoment(CMOperator op, int nRows)
CM_COV_Object
ColGroupUncompressed. centralMoment(CMOperator op, int nRows)
-
Uses of CMOperator in org.apache.sysds.runtime.compress.lib
Methods in org.apache.sysds.runtime.compress.lib with parameters of type CMOperator Modifier and Type Method Description static CM_COV_Object
CLALibCMOps. centralMoment(CompressedMatrixBlock cmb, CMOperator op)
-
Uses of CMOperator in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data with parameters of type CMOperator Modifier and Type Method Description static void
MatrixBlock. checkCMOperations(MatrixBlock mb, CMOperator op)
CM_COV_Object
MatrixBlock. cmOperations(CMOperator op)
CM_COV_Object
MatrixBlock. cmOperations(CMOperator op, MatrixBlock weights)
-
Uses of CMOperator in org.apache.sysds.runtime.matrix.operators
Methods in org.apache.sysds.runtime.matrix.operators that return CMOperator Modifier and Type Method Description CMOperator
CMOperator. setCMAggOp(int order)
-