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

2012-04-12 Thread Holger Herrlich
On 04/09/2012 09:19 PM, Dag Sverre Seljebotn wrote: On 04/08/2012 08:25 PM, Holger Herrlich wrote: 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. I'm sorry, I'm trying and trying to make

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

2012-04-12 Thread Holger Herrlich
If you want to use C++, it's because you want to use C++ tools anyway, right? Some tools like autodia for class diagrams etc. Main reason to use C++ is complexity. Then ..., you get to keep the pieces. becomes too likely. I see, world's upside down, my GUI runs wxPython. ;) Thanks to all,

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

2012-04-03 Thread Holger Herrlich
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