https://github.com/pocketpy/xtensor-numpy
numpy module implementation through xtensor bindings
https://github.com/pocketpy/xtensor-numpy
Last synced: about 1 year ago
JSON representation
numpy module implementation through xtensor bindings
- Host: GitHub
- URL: https://github.com/pocketpy/xtensor-numpy
- Owner: pocketpy
- License: mit
- Created: 2025-01-23T06:54:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T08:35:24.000Z (over 1 year ago)
- Last Synced: 2025-03-02T09:24:45.274Z (over 1 year ago)
- Language: C++
- Size: 397 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to build
```
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release
```