Class Xor
- java.lang.Object
- 
- org.apache.sysds.runtime.functionobjects.FunctionObject
- 
- org.apache.sysds.runtime.functionobjects.ValueFunction
- 
- org.apache.sysds.runtime.functionobjects.Xor
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class Xor extends ValueFunction - See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecute(boolean in1, boolean in2)doubleexecute(double in1, double in2)static XorgetXorFnObject()- 
Methods inherited from class org.apache.sysds.runtime.functionobjects.ValueFunctionrequiresCorrection
 
- 
 
- 
- 
- 
Method Detail- 
getXorFnObjectpublic static Xor getXorFnObject() 
 - 
executepublic boolean execute(boolean in1, boolean in2)- Overrides:
- executein class- FunctionObject
 
 - 
executepublic double execute(double in1, double in2)- Overrides:
- executein class- FunctionObject
 
 
- 
 
-