Class FunctionObject
java.lang.Object
org.apache.sysds.runtime.functionobjects.FunctionObject
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IndexFunction,ValueFunction
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FunctionObject
public FunctionObject()
-
-
Method Details
-
clone
- Throws:
CloneNotSupportedException
-
execute
public double execute(double in1, double in2) -
execute
public double execute(long in1, long in2) -
execute
public double execute(double in) -
execute
public double execute(long in) -
execute
public boolean execute(boolean in1, boolean in2) -
execute
public boolean execute(boolean in) -
execute
-
execute
-
execute
-
execute
-
execute
-
execute
-
execute
-