Re: [Numpy-discussion] building an array using smaller arrays

2007-03-04 Thread Rudolf Sykora
Thank you for your reply very much indeed. :) I guessed it could somehow so..., though I thought it could be somwhat simpler (not saying that your solution is too complicated :)) Ruda On 01/03/07, David M. Cooke <[EMAIL PROTECTED]> wrote: On Mar 1, 2007, at 13:33 , Rudolf Sykora wrote: > Hello

Re: [Numpy-discussion] building an array using smaller arrays

2007-03-01 Thread David M. Cooke
On Mar 1, 2007, at 13:33 , Rudolf Sykora wrote: Hello, since noone has reacted to my last e-mail yet (for several days), I feel the need to ask again (since I still do not know a good answer). Please help me. >> Hello everybody, >> I wonder how I could most easily accomplish the following:

[Numpy-discussion] building an array using smaller arrays

2007-03-01 Thread Rudolf Sykora
Hello, since noone has reacted to my last e-mail yet (for several days), I feel the need to ask again (since I still do not know a good answer). Please help me. Hello everybody, I wonder how I could most easily accomplish the following: Say I have sth like: a = array( [1, 2] ) and I want to us