Matthias Boehm created SYSTEMML-681: ---------------------------------------
Summary: Reverse single-element sequence fails w/ compiler/runtime issues Key: SYSTEMML-681 URL: https://issues.apache.org/jira/browse/SYSTEMML-681 Project: SystemML Issue Type: Bug Components: Compiler, Runtime Reporter: Matthias Boehm We support sequences with both positive and negative increments. However, the special case of a single-element sequence only works for positive increments (e.g., seq(1,1,1)) but fails with negative increment (e.g., seq(1,1,-1)) although both should return equivalent results. -- This message was sent by Atlassian JIRA (v6.3.4#6332)