[Numpy-discussion] problems with duplicating and slicing an array
Stephen Walton
stephen.walton at csun.edu
Thu Jan 20 19:11:16 CST 2005
Simon Burton wrote:
>On Thu, 20 Jan 2005 20:29:26 -0500
>Yun Mao <yunmao at gmail.com> wrote:
>
>
>
>>What's the right way to duplicate an array?
>>
>>
>
>v = na.array(u)
>
>
v=u.copy()
More information about the Numpy-discussion
mailing list