Class MultiThreadedOperator
- java.lang.Object
- 
- org.apache.sysds.runtime.matrix.operators.Operator
- 
- org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- AggregateBinaryOperator,- AggregateTernaryOperator,- AggregateUnaryOperator,- BinaryOperator,- CMOperator,- COVOperator,- ReorgOperator,- ScalarOperator,- TernaryOperator,- UnaryOperator
 
 public class MultiThreadedOperator extends Operator - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.sysds.runtime.matrix.operators.OperatorsparseSafe
 
- 
 - 
Constructor SummaryConstructors Constructor Description MultiThreadedOperator()MultiThreadedOperator(boolean sparseSafeFlag)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumThreads()voidsetNumThreads(int numThreads)
 
-