Re: [Numpy-discussion] Binning

2011-12-22 Thread Adrien
Le 22/12/2011 17:17, josef.p...@gmail.com a écrit : > On Thu, Dec 22, 2011 at 6:27 AM, Adrien Gaidon wrote: >> Hello Nicola, >> >> I am not aware of a magical "one function" numpy solution (is there one >> numpy gurus?). >> >> I don't kno

Re: [Numpy-discussion] Binning

2011-12-22 Thread Adrien Gaidon
ll_index]` - iterate over assignments to select the points you want for each cell. Hope this helps, Adrien PS: This is one of the first times I post an answer on this list, so if I did anything wrong, let me know. Numpy is such a wonderful thing and you guys do such an amazing work, that I though i

Re: [Numpy-discussion] Disabling Extended Precision in NumPy (like -ffloat-store)

2010-04-23 Thread Adrien Guillon
o would complain about extended precision for free)? But in this case I think it's the right decision. Hope this clarifies the reasons and intentions. AJ On Wed, Apr 21, 2010 at 1:20 PM, Christopher Barker wrote: > Adrien Guillon wrote: >>  I use single-precision floating

[Numpy-discussion] Disabling Extended Precision in NumPy (like -ffloat-store)

2010-04-21 Thread Adrien Guillon
Hello all, I've recently started to use NumPy to prototype some numerical algorithms, which will eventually find their way to a GPU (where I want to limit myself to single-precision operations for performance reasons). I have recently switched to the use of the "single" type in NumPy to ensure I