Home Original page

Plus (Apache SystemDS 3.4.0-SNAPSHOT API)

  • java.lang.Object
    • org.apache.sysds.runtime.functionobjects.FunctionObject
      • org.apache.sysds.runtime.functionobjects.ValueFunction
        • org.apache.sysds.runtime.functionobjects.Plus
  • All Implemented Interfaces:
    Serializable

    public class Plus
    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)  
      String execute​(String in1, String in2)  
      static Plus getPlusFnObject()  
      • Methods inherited from class org.apache.sysds.runtime.functionobjects.ValueFunction

        isBinary, requiresCorrection, toString
      • Methods inherited from class org.apache.sysds.runtime.functionobjects.FunctionObject

        clone, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getPlusFnObject

        public static Plus getPlusFnObject()
      • execute

        public double execute​(double in1,
                              double in2)
        Overrides:
        execute in class FunctionObject
      • execute

        public double execute​(long in1,
                              long in2)
        Overrides:
        execute in class FunctionObject
      • execute

        public String execute​(String in1,
                              String in2)
        Overrides:
        execute in class FunctionObject