Class Multiply
- java.lang.Object
-
- org.apache.sysds.runtime.functionobjects.FunctionObject
-
- org.apache.sysds.runtime.functionobjects.ValueFunction
-
- org.apache.sysds.runtime.functionobjects.Multiply
-
- All Implemented Interfaces:
Serializable
public class Multiply extends ValueFunction
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double
execute(double in1, double in2)
double
execute(long in1, long in2)
static Multiply
getMultiplyFnObject()
-
Methods inherited from class org.apache.sysds.runtime.functionobjects.ValueFunction
requiresCorrection
-
-
-
-
Method Detail
-
getMultiplyFnObject
public static Multiply getMultiplyFnObject()
-
execute
public double execute(double in1, double in2)
- Overrides:
execute
in classFunctionObject
-
execute
public double execute(long in1, long in2)
- Overrides:
execute
in classFunctionObject
-
-