I\'m trying to write a C++ extension with pybind11. The function ultimately will take several numpy-arrays as input and return several numpy-arrays as output. I have been trying