chrischoy / PybindNumpyExample

A simple reference template for pybind11 + numpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Pybind11 + Numpy Template

Easy template for pybind11 + numpy modified from the Duke pybind tutorial.

Installation

Install anaconda for fast eigen and virtual environment management.

conda install numpy pybind11 eigen
python setup.py build_ext -i

Running the Example

python test.py

References

About

A simple reference template for pybind11 + numpy


Languages

Language:C++ 56.0%Language:Python 44.0%