Skip to content

Latest commit

 

History

History
executable file
·
8 lines (6 loc) · 278 Bytes

Readme.md

File metadata and controls

executable file
·
8 lines (6 loc) · 278 Bytes

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.