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.