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 Summary
Fields Modifier and Type Field Description TernaryValueFunctionfn- 
Fields inherited from class org.apache.sysds.runtime.matrix.operators.Operator
sparseSafe 
 - 
 
- 
Constructor Summary
Constructors Constructor Description TernaryOperator(TernaryValueFunction p, int numThreads) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinaryOperatorsetOp2Constant(double cnt)StringtoString()- 
Methods inherited from class org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
getNumThreads, setNumThreads 
 - 
 
 - 
 
- 
- 
Field Detail
- 
fn
public final TernaryValueFunction fn
 
 - 
 
- 
Constructor Detail
- 
TernaryOperator
public TernaryOperator(TernaryValueFunction p, int numThreads)
 
 - 
 
- 
Method Detail
- 
setOp2Constant
public BinaryOperator setOp2Constant(double cnt)
 
 - 
 
 -