Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • There exists a boost library for Python. Have you looked into that? (Note that I have not, I'm just curious if you have, since you're looking for a simple integration.) Commented Dec 28, 2015 at 9:30
  • 1
    Yes, I'm aware of that library, but it does not seem to directly help in my case. The hard thing is not really interfacing with Python, but to make it understand the pointer and the data structure I have. There is a boost::python version of the numpy C interface, but I don't know how well maintained and how future-proof it is. I would like to avoid too many dependencies because the systems where I will deploy this code are not very straighforward. Commented Dec 28, 2015 at 14:43