Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pointers

Using Numpy.array In Cython

I want to rewrite a class in cython format and save it as demo.pyx. The input parameter for the cla… Read more Using Numpy.array In Cython

How To Pass A 2d Array From Python To C?

I'm trying to pass a 2d array from Python to C, using ctypes. The array dtype is uint16. I wrot… Read more How To Pass A 2d Array From Python To C?

Return List Of New Custom-class Objects In Python C Api

I need to create a new list via the python C API containing new copies of objects of a Quaternion c… Read more Return List Of New Custom-class Objects In Python C Api