[ 
https://issues.apache.org/jira/browse/SYSTEMML-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Janardhan resolved SYSTEMML-2158.
---------------------------------
       Resolution: Fixed
    Fix Version/s: SystemML 1.1

> Size propagation issue nary rbind
> ---------------------------------
>
>                 Key: SYSTEMML-2158
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-2158
>             Project: SystemML
>          Issue Type: Bug
>            Reporter: Matthias Boehm
>            Assignee: Matthias Boehm
>            Priority: Major
>             Fix For: SystemML 1.1
>
>
> The following script incorrectly prints 3 although it should return 514:
> {code}
> A = matrix(0,0,1);
> for(i in 1:512)
>    A = rbind(A, matrix(1,1,1));
> A = rbind(matrix(1,1,1), matrix(1,1,1), A);
> print(nrow(A));
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to