[Numpy-discussion] creating/working NumPy-ndarrays in C++

Holger Herrlich holgerherrlich05 at arcor.de
Tue Apr 3 09:06:09 EDT 2012


Hi, I plan to migrate core classes of an application from Python to C++
using SWIG, while still the user interface being Python. I also plan to
further use NumPy's ndarrays.

The application's core classes will create the ndarrays and make
calculations. The user interface (Python) finally receives it. C++ OOP
features will be deployed.

What general ways to work with NumPy ndarrays in C++ are here? I know of
boost.python so far.

Regards Holger




More information about the NumPy-Discussion mailing list