2009/5/6 Dag Sverre Seljebotn <[email protected]>: > > You can't. You have to do > > cdef func(elements_) > cdef np.ndarray[double, ndim=2] elements = elements_ > > and there's a certain overhead. > > This will likely be fixed during summer. > > http://trac.cython.org/cython_trac/ticket/177 >
Hi Dag, thanks for the info. I'll just stick with some ugly code for now then :) Cheers, Brett _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
