Class AggregateTernaryOperator
java.lang.Object
org.apache.sysds.runtime.matrix.operators.Operator
org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
org.apache.sysds.runtime.matrix.operators.AggregateTernaryOperator
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.sysds.runtime.matrix.operators.Operator
sparseSafe -
Constructor Summary
ConstructorsConstructorDescriptionAggregateTernaryOperator(ValueFunction inner, AggregateOperator outer, IndexFunction ixfun) AggregateTernaryOperator(ValueFunction inner, AggregateOperator outer, IndexFunction ixfun, int numThreads) -
Method Summary
Methods inherited from class org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
getNumThreads, setNumThreads
-
Field Details
-
binaryFn
-
aggOp
-
indexFn
-
-
Constructor Details
-
AggregateTernaryOperator
-
AggregateTernaryOperator
public AggregateTernaryOperator(ValueFunction inner, AggregateOperator outer, IndexFunction ixfun, int numThreads)
-