yuki-koyama / mathtoolbox

Mathematical tools (interpolation, dimensionality reduction, optimization, etc.) written in C++11 with Eigen
https://yuki-koyama.github.io/mathtoolbox/
MIT License
257 stars 35 forks source link

Support pip for python? #61

Closed yuki-koyama closed 4 years ago

yuki-koyama commented 4 years ago

It would be great if this library can be used in python by simply via pip install ...

ref: https://github.com/pybind/python_example ref: https://packaging.python.org/tutorials/packaging-projects/