9/28/2011
•
EN
Cython example of exposing C-computed arrays in Python without data copies
A Cython tutorial on creating NumPy arrays from existing C-allocated memory without copying data, using PyArray_SimpleNewFromData.