You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Niketan Pansare (JIRA)" <ji...@apache.org> on 2017/03/02 19:13:45 UTC

[jira] [Updated] (SYSTEMML-1116) Make Python DSL NumPy-friendly

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

Niketan Pansare updated SYSTEMML-1116:
--------------------------------------
    Fix Version/s: SystemML 0.12

> Make Python DSL NumPy-friendly
> ------------------------------
>
>                 Key: SYSTEMML-1116
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1116
>             Project: SystemML
>          Issue Type: Improvement
>            Reporter: Niketan Pansare
>             Fix For: SystemML 0.12
>
>
> For example: usage of ufunc:
> import systemml as sml
> import numpy as np
> m1 = sml.matrix(np.ones((3,3)) + 2)
> m2 = sml.matrix(np.ones((3,3)) + 3)
> np.add(m1, m2).toNumPyArray()



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)