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

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.

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.