An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# How to build

```
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release
```