[sage-devel] RE: [Axiom-math] PAFF package question

2006-11-05 Thread Bill Page
On November 5, 2006 9:45 AM David Joyner > > This is excellent! Thank you very much. I have two > questions. > > 1. I think there are permission problems maybe? > You can see (below) I tried your commands and then I > tried them from my copy of PAFF. Do you see what the > problem is? > I just c

[sage-devel] Re: 1000x speedup for polynomial evaluation & possible pyrex bug

2006-11-05 Thread Fernando Perez
On 11/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I added the following function to my polynomial_element.py file. The good > news is that tests on a small polynomial (order 7) ran 1k to 2k times faster > than __call__(). This thoroughly blows matlab out of the water for an > inlin

[sage-devel] 1000x speedup for polynomial evaluation & possible pyrex bug

2006-11-05 Thread boothby
I added the following function to my polynomial_element.py file. The good news is that tests on a small polynomial (order 7) ran 1k to 2k times faster than __call__(). This thoroughly blows matlab out of the water for an inlined function, and is about 10x faster than a hard-coded polynomial.