Uses of Class
org.apache.sysds.runtime.matrix.operators.CMOperator
Packages that use CMOperator
Package
Description
-
Uses of CMOperator in org.apache.sysds.runtime.compress
Methods in org.apache.sysds.runtime.compress with parameters of type CMOperatorModifier and TypeMethodDescriptionCompressedMatrixBlock.cmOperations(CMOperator op) 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 CMOperatorModifier and TypeMethodDescriptionabstract CmCovObjectAColGroup.centralMoment(CMOperator op, int nRows) Central Moment instruction executed on a column group.AColGroupValue.centralMoment(CMOperator op, int nRows) ColGroupConst.centralMoment(CMOperator op, int nRows) ColGroupDDCFOR.centralMoment(CMOperator op, int nRows) ColGroupEmpty.centralMoment(CMOperator op, int nRows) ColGroupLinearFunctional.centralMoment(CMOperator op, int nRows) ColGroupSDC.centralMoment(CMOperator op, int nRows) ColGroupSDCFOR.centralMoment(CMOperator op, int nRows) ColGroupSDCSingle.centralMoment(CMOperator op, int nRows) ColGroupUncompressed.centralMoment(CMOperator op, int nRows) ColGroupUncompressedArray.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 CMOperatorModifier and TypeMethodDescriptionstatic CmCovObjectCLALibCMOps.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 CMOperatorModifier and TypeMethodDescriptionstatic voidMatrixBlock.checkCMOperations(MatrixBlock mb, CMOperator op) MatrixBlock.cmOperations(CMOperator op) 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 CMOperatorConstructors in org.apache.sysds.runtime.matrix.operators with parameters of type CMOperator