[
https://issues.apache.org/jira/browse/SYSTEMML-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Boehm closed SYSTEMML-2475.
------------------------------------
Fix Version/s: SystemML 1.2
Assignee: Matthias Boehm
Resolution: Fixed
> 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
> Assignee: Matthias Boehm
> Priority: Major
> Fix For: SystemML 1.2
>
>
> 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
(v8.3.4#803005)