mboehm7 commented on code in PR #2093:
URL: https://github.com/apache/systemds/pull/2093#discussion_r1744198595


##########
src/main/python/systemds/operator/nodes/matrix.py:
##########
@@ -522,5 +522,12 @@ def replace(self, pattern: VALID_INPUT_TYPES, replacement: 
VALID_INPUT_TYPES) ->
         """
         return Matrix(self.sds_context, "replace", 
named_input_nodes={"target": self, "pattern": pattern, "replacement": 
replacement})
 
+    def cumsum(self) -> 'Matrix':
+        """ Column prefix-sum. (For row-prefix sum, use X.t().cumsum().t())

Review Comment:
   Also when committing this task here lets call it [SYSTEMDS-3744-48] ... and 
in the future let's create JIRA tasks for groups of operations that belong 
together. Thanks.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to