Class TernaryValueFunction
- java.lang.Object
-
- org.apache.sysds.runtime.functionobjects.FunctionObject
-
- org.apache.sysds.runtime.functionobjects.ValueFunction
-
- org.apache.sysds.runtime.functionobjects.TernaryValueFunction
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IfElse
,MinusMultiply
,PlusMultiply
public abstract class TernaryValueFunction extends ValueFunction
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TernaryValueFunction.ValueFunctionWithConstant
-
Constructor Summary
Constructors Constructor Description TernaryValueFunction()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract double
execute(double in1, double in2, double in3)
-
Methods inherited from class org.apache.sysds.runtime.functionobjects.ValueFunction
isBinary, requiresCorrection, toString
-
-