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
 
 public class AggregateTernaryOperator extends MultiThreadedOperator - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description AggregateOperatoraggOpValueFunctionbinaryFnIndexFunctionindexFn- 
Fields inherited from class org.apache.sysds.runtime.matrix.operators.OperatorsparseSafe
 
- 
 - 
Constructor SummaryConstructors Constructor Description AggregateTernaryOperator(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.MultiThreadedOperatorgetNumThreads, setNumThreads
 
- 
 
- 
- 
- 
Field Detail- 
binaryFnpublic final ValueFunction binaryFn 
 - 
aggOppublic final AggregateOperator aggOp 
 - 
indexFnpublic final IndexFunction indexFn 
 
- 
 - 
Constructor Detail- 
AggregateTernaryOperatorpublic AggregateTernaryOperator(ValueFunction inner, AggregateOperator outer, IndexFunction ixfun) 
 - 
AggregateTernaryOperatorpublic AggregateTernaryOperator(ValueFunction inner, AggregateOperator outer, IndexFunction ixfun, int numThreads) 
 
- 
 
-