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

Janardhan reassigned SYSTEMML-2488:
-----------------------------------

    Assignee: Matthias Boehm

> Function output binding via multi-assignment fails on validate
> --------------------------------------------------------------
>
>                 Key: SYSTEMML-2488
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-2488
>             Project: SystemML
>          Issue Type: Sub-task
>            Reporter: Matthias Boehm
>            Assignee: Matthias Boehm
>            Priority: Major
>
> {code}
> foo = function(Matrix[Double] A) return (Matrix[Double] B) {
>   #B = A;
>   [w, B] = eigen(A)
> }
> X = matrix(0.1, rows=100, cols=100);
> Y = foo(X);
> print(toString(Y))
> {code}
> just outputs {{No parse issue message.}} without script execution or any 
> error.



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

Reply via email to