You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have C/C++ functions that interface with Python by wrapping C-arrays of doubles into Numpy arrays for return values as well as extracting the underlying C-array of a Numpy array for inputs.
This leads to a lot of boilerplate code in CPython.
It would be great to be able to automatically bind C-arrays to Numpy arrays! :)
The text was updated successfully, but these errors were encountered:
No idea how difficult this would be ... :-)
We have C/C++ functions that interface with Python by wrapping C-arrays of doubles into Numpy arrays for return values as well as extracting the underlying C-array of a Numpy array for inputs.
This leads to a lot of boilerplate code in CPython.
It would be great to be able to automatically bind C-arrays to Numpy arrays! :)
The text was updated successfully, but these errors were encountered: