https://github.com/ergus/eigennumpy
Interface to mimic some Numpy functions with Eigen on the back.
https://github.com/ergus/eigennumpy
cmake cpp inter-language object-oriented-programming python testing
Last synced: 12 months ago
JSON representation
Interface to mimic some Numpy functions with Eigen on the back.
- Host: GitHub
- URL: https://github.com/ergus/eigennumpy
- Owner: Ergus
- Created: 2024-06-29T19:42:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T01:35:24.000Z (almost 2 years ago)
- Last Synced: 2025-06-06T04:37:55.396Z (12 months ago)
- Topics: cmake, cpp, inter-language, object-oriented-programming, python, testing
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
README
======
This project is a test project to try the pybind11 library's
functionalities implementing a Matrix class like numpy one but using Eigen.
There is only one files that acts as a connection layer exposing the
eigen functions to C++. The code compiles using CMake.