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