Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-3335

Binary Row/Col Left Operations

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      This task is to add support for row operations on the left side

      currently supported:

      b = M + v

      where v is a row or column vector.

      the task is to add support for:

      b = v + M

      and more importantly verify operations that have a side to them like:

      b = v / M

      You can take inspiration from:

      src/main/java/org/apache/sysds/runtime/matrix/operators/RightScalarOperator.java

      src/main/java/org/apache/sysds/runtime/matrix/operators/LeftScalarOperator.java

       

      but have to extend

      src/main/java/org/apache/sysds/runtime/matrix/operators/BinaryOperator.java

      Attachments

        Activity

          People

            Unassigned Unassigned
            baunsgaard Sebastian Baunsgaard
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: