Peter Fletcher

Results 2 comments of Peter Fletcher

Is it possible to allocate the memory on the C++ side and pass it back to Python? You can return a buffer from C++ to python like this: `return pybind11::buffer_info(...)`...

I am having the same issue New install of Ubuntu 22.04, * Eigen 3.4.0-2ubuntu2 * Python 3.10.4 * g++ (Ubuntu 11.2.0-19ubuntu1) 11.2.0 * pybind11-dev 2.9.1-2 ``` /* Simple binding which...