Uses of Class
org.apache.sysds.runtime.matrix.operators.AggregateBinaryOperator
Packages that use AggregateBinaryOperator
Package
Description
-
Uses of AggregateBinaryOperator in org.apache.sysds.runtime.compress
Methods in org.apache.sysds.runtime.compress with parameters of type AggregateBinaryOperatorModifier and TypeMethodDescriptionCompressedMatrixBlock.aggregateBinaryOperations(MatrixBlock m1, MatrixBlock m2, MatrixBlock ret, AggregateBinaryOperator op) CompressedMatrixBlock.aggregateBinaryOperations(MatrixBlock m1, MatrixBlock m2, MatrixBlock ret, AggregateBinaryOperator op, boolean transposeLeft, boolean transposeRight) -
Uses of AggregateBinaryOperator in org.apache.sysds.runtime.instructions
Methods in org.apache.sysds.runtime.instructions that return AggregateBinaryOperatorModifier and TypeMethodDescriptionstatic AggregateBinaryOperatorInstructionUtils.getMatMultOperator(int k) -
Uses of AggregateBinaryOperator in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data with parameters of type AggregateBinaryOperatorModifier and TypeMethodDescriptionMatrixBlock.aggregateBinaryOperations(MatrixBlock m1, MatrixBlock m2, MatrixBlock ret, AggregateBinaryOperator op) final MatrixBlockMatrixBlock.aggregateBinaryOperations(MatrixBlock m1, MatrixBlock m2, AggregateBinaryOperator op) static MatrixBlockOperationsOnMatrixValues.matMult(MatrixBlock value1, MatrixBlock value2, MatrixBlock valueOut, AggregateBinaryOperator op) static MatrixBlockOperationsOnMatrixValues.matMult(MatrixBlock value1, MatrixBlock value2, AggregateBinaryOperator op) static MatrixBlockOperationsOnMatrixValues.matMult(MatrixIndexes indexes1, MatrixBlock value1, MatrixIndexes indexes2, MatrixBlock value2, MatrixIndexes indexesOut, MatrixBlock valueOut, AggregateBinaryOperator op)