peigen

Python wrapper for Eigen C++ header


Keywords
eigen, numerical
License
MPL-2.0
Install
pip install peigen==0.0.9

Documentation

peigen

Python wrapper for Eigen C++ headers

To use, include the following in your setup.py file:

from peigen import header_path

then add header_path to the include_dirs list for any Extension modules that require Eigen.