sonsongithub / numsw

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

Implement `NDArray` #44

Closed t-ae closed 7 years ago

t-ae commented 7 years ago

Implement NDArray<T>.

features:

This PR also contains source file location changes.

t-ae commented 7 years ago

NDArray has some naive implementations, and not swifty but numpy-like APIs. Reviews are seriously needed.