Uses of Class
org.apache.sysds.runtime.matrix.operators.AggregateBinaryOperator
- 
Packages that use AggregateBinaryOperator Package Description org.apache.sysds.runtime.compress org.apache.sysds.runtime.instructions org.apache.sysds.runtime.matrix.data org.apache.sysds.runtime.meta 
- 
- 
Uses of AggregateBinaryOperator in org.apache.sysds.runtime.compressMethods in org.apache.sysds.runtime.compress with parameters of type AggregateBinaryOperator Modifier and Type Method Description MatrixBlockCompressedMatrixBlock. aggregateBinaryOperations(MatrixBlock m1, MatrixBlock m2, MatrixBlock ret, AggregateBinaryOperator op)MatrixBlockCompressedMatrixBlock. aggregateBinaryOperations(MatrixBlock m1, MatrixBlock m2, MatrixBlock ret, AggregateBinaryOperator op, boolean transposeLeft, boolean transposeRight)
- 
Uses of AggregateBinaryOperator in org.apache.sysds.runtime.instructionsMethods in org.apache.sysds.runtime.instructions that return AggregateBinaryOperator Modifier and Type Method Description static AggregateBinaryOperatorInstructionUtils. getMatMultOperator(int k)
- 
Uses of AggregateBinaryOperator in org.apache.sysds.runtime.matrix.dataMethods in org.apache.sysds.runtime.matrix.data with parameters of type AggregateBinaryOperator Modifier and Type Method Description MatrixBlockMatrixBlock. aggregateBinaryOperations(MatrixBlock m1, MatrixBlock m2, MatrixBlock ret, AggregateBinaryOperator op)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)
- 
Uses of AggregateBinaryOperator in org.apache.sysds.runtime.metaMethods in org.apache.sysds.runtime.meta with parameters of type AggregateBinaryOperator Modifier and Type Method Description static voidDataCharacteristics. aggregateBinary(DataCharacteristics dim1, DataCharacteristics dim2, AggregateBinaryOperator op, DataCharacteristics dimOut)
 
-