Matthias Boehm created SYSTEMML-2488:
----------------------------------------

             Summary: 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


{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