Uses of Class
org.apache.sysds.runtime.matrix.operators.COVOperator
Packages that use COVOperator
-
Uses of COVOperator in org.apache.sysds.runtime.compress
Methods in org.apache.sysds.runtime.compress with parameters of type COVOperatorModifier and TypeMethodDescriptionCompressedMatrixBlock.covOperations(COVOperator op, MatrixBlock that) CompressedMatrixBlock.covOperations(COVOperator op, MatrixBlock that, MatrixBlock weights) -
Uses of COVOperator in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data with parameters of type COVOperatorModifier and TypeMethodDescriptionMatrixBlock.covOperations(COVOperator op, MatrixBlock that) MatrixBlock.covOperations(COVOperator op, MatrixBlock that, MatrixBlock weights)