Skip to content

Instantly share code, notes, and snippets.

View WillieMaddox's full-sized avatar

Willie Maddox WillieMaddox

View GitHub Profile
/*
Passing variables / arrays between cython and cpp
Example from
http://docs.cython.org/src/userguide/wrapping_CPlusPlus.html
Adapted to include passing of multidimensional arrays
*/
#include "Rectangle.h"