https://github.com/pyk/tors
A multidimensional & homogeneous array in Rust
https://github.com/pyk/tors
Last synced: about 1 year ago
JSON representation
A multidimensional & homogeneous array in Rust
- Host: GitHub
- URL: https://github.com/pyk/tors
- Owner: pyk
- License: bsd-3-clause
- Created: 2017-01-14T10:25:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T16:08:48.000Z (over 9 years ago)
- Last Synced: 2025-03-15T10:35:07.244Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tors
A multidimensional & homogeneous array in Rust. Highly inspired by
[Torch](http://torch.ch) and
[Numpy ndarray](https://docs.scipy.org/doc/numpy/reference/generated/numpy.ndarray.html).