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

Niketan Pansare updated SYSTEMML-1116:
--------------------------------------
    Description: 
For example: usage of ufunc:

```python
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()
```

  was:
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()
```


> 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
>
> For example: usage of ufunc:
> ```python
> 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.4#6332)

Reply via email to