Re: [Numpy-discussion] ATLAS problems

2007-03-27 Thread Simon Burton
The last time I had this problem i ended up running python in gdb and setting breakpoints at the appropriate dgemm calls. That way i could see exactly what numpy was using to do dgemm. Simon. On Tue, 27 Mar 2007 10:20:41 +1000 Justin Bedo [EMAIL PROTECTED] wrote: Hi All, I'm trying to

Re: [Numpy-discussion] python's random.random() faster than numpy.random.rand() ???

2007-01-27 Thread Simon Burton
On Fri, 26 Jan 2007 10:17:58 -0700 Mark P. Miller [EMAIL PROTECTED] wrote: for a in range(100): b = numpy.random.rand()#numpy code what about numpy.random.rand(100) ? Simon. ___ Numpy-discussion mailing list