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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
execute(boolean in)
double
execute(double in)
static Not
getNotFnObject()
-
Methods inherited from class org.apache.sysds.runtime.functionobjects.ValueFunction
requiresCorrection
-
-
-
-
Method Detail
-
getNotFnObject
public static Not getNotFnObject()
-
execute
public boolean execute(boolean in)
- Overrides:
execute
in classFunctionObject
-
execute
public double execute(double in)
- Overrides:
execute
in classFunctionObject
-
-