I want to create an interface for a numerical library consisting of both OOP C++ (boost)
and CUDA C code, in Python. There is already an existing MATLAB interface, but it contains
a lot of mex.h dependencies.
How can this be done as painless as possible?
Here are a couple of links to look at. Could people who’ve used any of these please comment ?