Tagged Questions

1
vote
0answers
94 views

How to access numpy array within PyCXX

I would like to convert numpy array to some double* or stl vector on the c++ side. I'm actually using PyCXX for this and I can't figure out the way to access the data. I'm currently able to access ...