<div dir="ltr">On 5 April 2013 19:37, Devin Jeanpierre <span dir="ltr"><<a href="mailto:jeanpierreda@gmail.com" target="_blank">jeanpierreda@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="im">On Fri, Apr 5, 2013 at 4:34 AM, John Ladasky <<a href="mailto:john_ladasky@sbcglobal.net">john_ladasky@sbcglobal.net</a>> wrote:<br>


> On Thursday, April 4, 2013 7:39:16 PM UTC-7, MRAB wrote:<br>
>> Have you looked at Cython? Not quite the same, but still...<br>
><br>
> 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.<br>
<br>
</div>There's no reason you can't use both cython and numpy. See:<br>
<a href="http://docs.cython.org/src/tutorial/numpy.html" target="_blank">http://docs.cython.org/src/tutorial/numpy.html</a></blockquote><div><br></div><div style>Don't use this. Use memoryviews: <a href="http://docs.cython.org/src/userguide/memoryviews.html">http://docs.cython.org/src/userguide/memoryviews.html</a>. I have no idea why that doc page isn't headed "DEPRICATED" by now.</div>

</div></div></div>