[Numpy-discussion] creating/working NumPy-ndarrays in C++
Holger Herrlich
holgerherrlich05@arcor...
Sun Apr 8 13:25:33 CDT 2012
That all sounds like no option -- sad.
Cython is no solution cause, all I want is to leave Python Syntax in
favor for strong OOP design patterns.
Anyway, thanks Holger
On 04/03/2012 03:06 PM, Holger Herrlich wrote:
>
> 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
>
More information about the NumPy-Discussion
mailing list