Uses of Class
org.apache.sysds.runtime.matrix.operators.COVOperator
- 
Packages that use COVOperator Package Description org.apache.sysds.runtime.compress org.apache.sysds.runtime.matrix.data 
- 
- 
Uses of COVOperator in org.apache.sysds.runtime.compressMethods in org.apache.sysds.runtime.compress with parameters of type COVOperator Modifier and Type Method Description CM_COV_ObjectCompressedMatrixBlock. covOperations(COVOperator op, MatrixBlock that)CM_COV_ObjectCompressedMatrixBlock. covOperations(COVOperator op, MatrixBlock that, MatrixBlock weights)
- 
Uses of COVOperator in org.apache.sysds.runtime.matrix.dataMethods in org.apache.sysds.runtime.matrix.data with parameters of type COVOperator Modifier and Type Method Description CM_COV_ObjectMatrixBlock. covOperations(COVOperator op, MatrixBlock that)CM_COV_ObjectMatrixBlock. covOperations(COVOperator op, MatrixBlock that, MatrixBlock weights)
 
-