Class Power2
- java.lang.Object
 - 
- org.apache.sysds.runtime.functionobjects.FunctionObject
 - 
- org.apache.sysds.runtime.functionobjects.ValueFunction
 - 
- org.apache.sysds.runtime.functionobjects.Power2
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class Power2 extends ValueFunction
- See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All 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 Power2getPower2FnObject()- 
Methods inherited from class org.apache.sysds.runtime.functionobjects.ValueFunction
isBinary, requiresCorrection, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getPower2FnObject
public static Power2 getPower2FnObject()
 
- 
execute
public double execute(double in1)
- Overrides:
 executein classFunctionObject
 
- 
execute
public double execute(double in1, double in2)- Overrides:
 executein classFunctionObject
 
- 
execute
public double execute(long in1, long in2)- Overrides:
 executein classFunctionObject
 
 - 
 
 -