Python package "eigentest" is a toy example for Python package including Eigen of C/C++.
pip install git+https://github.com/xliusufe/eigentest.git
from eigentest import generateMatrix as gm
M = gm(5)
print(M)
This Python package is developed by Xu Liu (liu.xu@sufe.edu.cn).