Hi,
I submitted this as ticket #230 3weeks ago.
I apparently assigned it to "somebody" - was that a mistake?

Just for refernce, here is the short text again:
 >>> a=N.random.poisson(N.arange(1e6)+1)
 >>> U.timeIt('a**2')
0.59
 >>> U.timeIt('a*a')
0.01
 >>> a.dtype
int32
float64, float32 work OK - giving equal times for both cases. (I tested 
this on Linux 32 bit, Debian sarge)


Am I right that numarray never did this kind of "smart speed up" !?
What are the cases that are speed up like this ? **2, **.5 , ... ??

Thanks,
- Sebastian Haase




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to