Neal Becker, 16.07.2010 12:39: > Phil Austin wrote: > >> On 07/15/2010 10:23 AM, Nathaniel Smith wrote: >>> >>> But there are some reasonable C++ numerics libraries -- e.g., Eigen -- >>> and a bit of glue code to map ndarray's into a C++ library's array >>> types and then working with those directly in Cython seems like it >>> would be a sweet spot for some of the things people are trying to do >>> in these threads. >> >> and Runar Tenfjord has posted this eigen-cython bridge >> to cython-users: >> >> http://bit.ly/cython_eigen >> >> -- Phil > > eigen-cython bridge looks very interesting. Looking at the code briefly, it > wasn't clear what capabilities it has. It looked to me that it could expose > native eigen vectors+matrixes to python. Can it operate on numpy arrays? > That would be required for me.
Sounds like the right place to ask is the cython-users mailing list then. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
