Mike Dusenberry created SYSTEMML-690:
----------------------------------------
Summary: Add reverse slicing to PyDML
Key: SYSTEMML-690
URL: https://issues.apache.org/jira/browse/SYSTEMML-690
Project: SystemML
Issue Type: New Feature
Reporter: Mike Dusenberry
In Python, the addition of a third "step" parameter in a slice will allow for
reverse slicing, i.e., X[3:0:-1,] will return row 3 (inclusive) back to row 0
(exclusive) correctly reversed. We should add this to PyDML.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)