Matthias Boehm created SYSTEMML-2475:
----------------------------------------

             Summary: Leftindexing of matrices into lists fails
                 Key: SYSTEMML-2475
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-2475
             Project: SystemML
          Issue Type: Bug
            Reporter: Matthias Boehm


The following code currently fails for two reasons: (1) the data type of the 
unary aggregate rowMeans is inferred as list from the target, and (2) there is 
no support for list-matrix left indexing.

{code}
parfor(i in 1:length(L))
  L[i] = rowMeans(as.matrix(L[i]))
{code}



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

Reply via email to