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