On 5 April 2013 19:37, Devin Jeanpierre <jeanpierr...@gmail.com> wrote:

> On Fri, Apr 5, 2013 at 4:34 AM, John Ladasky <john_lada...@sbcglobal.net>
> wrote:
> > On Thursday, April 4, 2013 7:39:16 PM UTC-7, MRAB wrote:
> >> Have you looked at Cython? Not quite the same, but still...
> >
> > I'm already using Numpy, compiled with what is supposed to be a fast
> LAPACK.  I don't think I want to attempt to improve on all the work that
> has gone into Numpy.
>
> There's no reason you can't use both cython and numpy. See:
> http://docs.cython.org/src/tutorial/numpy.html


Don't use this. Use memoryviews:
http://docs.cython.org/src/userguide/memoryviews.html. I have no idea why
that doc page isn't headed "DEPRICATED" by now.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to