2008/8/8 oc-spam66 <[EMAIL PROTECTED]>:
> Hello,
>
> I would like to build a big ndarray by adding rows progressively.
>
> I considered the following functions : append, concatenate, vstack and the
> like.
> It appears to me that they all create a new array (which requires twice the
> memory).
>
>
oc-spam66 wrote:
> Hello,
>
> I would like to build a big ndarray by adding rows progressively.
>
> I considered the following functions : append, concatenate, vstack and
> the like.
> It appears to me that they all create a new array (which requires
> twice the memory).
>
> Is there a method for
Hello,
I would like to build a big ndarray by adding rows progressively.
I considered the following functions : append, concatenate, vstack and the like.
It appears to me that they all create a new array (which requires twice the
memory).
Is there a method for just adding a row to a ndarray w