sonsongithub / numsw

Swift library like numpy, playgrounds notebook like jupyter.
MIT License
133 stars 9 forks source link

Implement NDArray #18

Closed t-ae closed 7 years ago

t-ae commented 7 years ago

I'm planning to implement NDArray which is similar to numpy's ndarray. It'll replace Matrix finally. I think the features below are needed, useful, or easy to implement.

Is there anything else? Or have any ideas?

t-ae commented 7 years ago

PR #44