Class AggregateUnaryOperator
- java.lang.Object
- 
- org.apache.sysds.runtime.matrix.operators.Operator
- 
- org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
- 
- org.apache.sysds.runtime.matrix.operators.AggregateUnaryOperator
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class AggregateUnaryOperator extends MultiThreadedOperator - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description AggregateOperatoraggOpIndexFunctionindexFn- 
Fields inherited from class org.apache.sysds.runtime.matrix.operators.OperatorsparseSafe
 
- 
 - 
Constructor SummaryConstructors Constructor Description AggregateUnaryOperator(AggregateOperator aop, IndexFunction iop)AggregateUnaryOperator(AggregateOperator aop, IndexFunction iop, int numThreads)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisColAggregate()booleanisFullAggregate()booleanisRowAggregate()- 
Methods inherited from class org.apache.sysds.runtime.matrix.operators.MultiThreadedOperatorgetNumThreads, setNumThreads
 
- 
 
- 
- 
- 
Field Detail- 
aggOppublic final AggregateOperator aggOp 
 - 
indexFnpublic final IndexFunction indexFn 
 
- 
 - 
Constructor Detail- 
AggregateUnaryOperatorpublic AggregateUnaryOperator(AggregateOperator aop, IndexFunction iop) 
 - 
AggregateUnaryOperatorpublic AggregateUnaryOperator(AggregateOperator aop, IndexFunction iop, int numThreads) 
 
- 
 
-