https://github.com/iainmon/tensor
My attempt to implement multidimensional arrays in C++ without using pointers to heap memory.
https://github.com/iainmon/tensor
c-plus-plus multidimensional-arrays tensor
Last synced: 4 months ago
JSON representation
My attempt to implement multidimensional arrays in C++ without using pointers to heap memory.
- Host: GitHub
- URL: https://github.com/iainmon/tensor
- Owner: Iainmon
- Created: 2019-10-09T08:23:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T03:55:28.000Z (over 5 years ago)
- Last Synced: 2025-01-04T19:12:52.057Z (6 months ago)
- Topics: c-plus-plus, multidimensional-arrays, tensor
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tensor