Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate existing C++ numpy implementations #209

Open
carlkl opened this issue Feb 20, 2024 · 0 comments
Open

Evaluate existing C++ numpy implementations #209

carlkl opened this issue Feb 20, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@carlkl
Copy link

carlkl commented Feb 20, 2024

evaluate existing C++ numpy implementations

I propose to evaluate existing C++ numpy-like implementations for #202

There are existing implementations, see:

xtensor is maybe a little bit heavy for the use case. NumCpp is limited to 2D arrays. However NumCpp is a header only C++ implementation and can be configured with 'NUMCPP_NO_USE_BOOST' to avoid Boost and thus any further dependancies.

All other numpy-like libraries I found seems to be in an very early state.

@carlkl carlkl added the enhancement New feature or request label Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants