On Thu, Jul 15, 2010 at 9:48 AM, Robert Bradshaw
<[email protected]> wrote:
> Are you trying to create C++ wrappers for NumPy arrays? In this case
> Cython is almost certainly the wrong tool. The new C++ features allow
> you to more easily use C++ libraries,  not write arbitrary C++ code.

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.

-- Nathaniel
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to