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

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to