Re: [Numpy-discussion] Numpy Array filling

2008-07-03 Thread Damian Eads
> On Thu, Jul 3, 2008 at 6:57 AM, Brain Stormer <[EMAIL PROTECTED]> wrote: >> I am using numpy to create an array then filling some of the values >> using a >> for loop, I was wondering if there is way to easily fill the values >> without >> iterating through sort of like "array.fill[start:stop,sta

Re: [Numpy-discussion] Numpy Array filling

2008-07-03 Thread Keith Goodman
On Thu, Jul 3, 2008 at 6:57 AM, Brain Stormer <[EMAIL PROTECTED]> wrote: > I am using numpy to create an array then filling some of the values using a > for loop, I was wondering if there is way to easily fill the values without > iterating through sort of like "array.fill[start:stop,start > :stop]

[Numpy-discussion] Numpy Array filling

2008-07-03 Thread Brain Stormer
I am using numpy to create an array then filling some of the values using a for loop, I was wondering if there is way to easily fill the values without iterating through sort of like "array.fill[start:stop,start:stop]"? The reason for my question is, in some cases, I might have to fill hundreds (w