Package | Description |
---|---|
org.apache.sysds.runtime.compress | |
org.apache.sysds.runtime.instructions | |
org.apache.sysds.runtime.matrix.data | |
org.apache.sysds.runtime.meta |
Modifier and Type | Method and Description |
---|---|
MatrixBlock |
CompressedMatrixBlock.aggregateBinaryOperations(MatrixBlock m1,
MatrixBlock m2,
MatrixBlock ret,
AggregateBinaryOperator op) |
MatrixBlock |
CompressedMatrixBlock.aggregateBinaryOperations(MatrixBlock m1,
MatrixBlock m2,
MatrixBlock ret,
AggregateBinaryOperator op,
boolean transposeLeft,
boolean transposeRight) |
Modifier and Type | Method and Description |
---|---|
static AggregateBinaryOperator |
InstructionUtils.getMatMultOperator(int k) |
Modifier and Type | Method and Description |
---|---|
MatrixBlock |
MatrixBlock.aggregateBinaryOperations(MatrixBlock m1,
MatrixBlock m2,
AggregateBinaryOperator op) |
MatrixBlock |
MatrixBlock.aggregateBinaryOperations(MatrixBlock m1,
MatrixBlock m2,
MatrixBlock ret,
AggregateBinaryOperator op) |
static MatrixBlock.SparsityEstimate |
MatrixBlock.estimateSparsityOnAggBinary(MatrixBlock m1,
MatrixBlock m2,
AggregateBinaryOperator op) |
static MatrixBlock |
OperationsOnMatrixValues.matMult(MatrixBlock value1,
MatrixBlock value2,
AggregateBinaryOperator op) |
static MatrixBlock |
OperationsOnMatrixValues.matMult(MatrixBlock value1,
MatrixBlock value2,
MatrixBlock valueOut,
AggregateBinaryOperator op) |
static MatrixBlock |
OperationsOnMatrixValues.matMult(MatrixIndexes indexes1,
MatrixBlock value1,
MatrixIndexes indexes2,
MatrixBlock value2,
MatrixIndexes indexesOut,
MatrixBlock valueOut,
AggregateBinaryOperator op) |
Modifier and Type | Method and Description |
---|---|
static void |
DataCharacteristics.aggregateBinary(DataCharacteristics dim1,
DataCharacteristics dim2,
AggregateBinaryOperator op,
DataCharacteristics dimOut) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.