Class TernaryOperator
- java.lang.Object
- 
- org.apache.sysds.runtime.matrix.operators.Operator
- 
- org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
- 
- org.apache.sysds.runtime.matrix.operators.TernaryOperator
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class TernaryOperator extends MultiThreadedOperator - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description TernaryValueFunctionfn- 
Fields inherited from class org.apache.sysds.runtime.matrix.operators.OperatorsparseSafe
 
- 
 - 
Constructor SummaryConstructors Constructor Description TernaryOperator(TernaryValueFunction p, int numThreads)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()- 
Methods inherited from class org.apache.sysds.runtime.matrix.operators.MultiThreadedOperatorgetNumThreads, setNumThreads
 
- 
 
- 
- 
- 
Field Detail- 
fnpublic final TernaryValueFunction fn 
 
- 
 - 
Constructor Detail- 
TernaryOperatorpublic TernaryOperator(TernaryValueFunction p, int numThreads) 
 
- 
 
-