On Fri, Jan 23, 2009 at 11:18 PM, Jake b
<ninmonkeys@xxxxxxxxx> wrote:
Is there a py module that has a vector in c code? I would have thought that would be pretty common.
Or is there not demand because you don't really need it using a physics lib?
--
Jake
You can easily make your own using Pyrex or Cython. I just did this now and it's even faster than using complex numbers for the test-case I tried.
- Daniel