News

Wrap a C++ library using Pybind11 This is a minimalist working example of building a python module to wrap a custom C++ library which uses the STL (vector) and template classes/functions using ...
A blog post thoroughly explaining how to use this class can be found at this link. The vector class is for float data, but could be easily modified for other data types. examples/main.cpp shows how to ...