; vecfun.ufunc.accumulate(array((0,1,2,3,4,5,6,7,8,9))
>
>
> Nadav.
>
>
> -Original Message-
> From: numpy-discussion-boun...@scipy.org on behalf of Vishal Rana
> Sent: Sun 28-Mar-10 21:19
> To: Discussion of Numerical Python
> Subject: [Numpy-discussion] Applying formula to a
as np
>
> vecfun = np.vectorize(func)
>
> vecfun.ufunc.accumulate(array((0,1,2,3,4,5,6,7,8,9))
>
>
> Nadav.
>
>
> -Original Message-
> From: numpy-discussion-boun...@scipy.org on behalf of Vishal Rana
> Sent: Sun 28-Mar-10 21:19
> To: Discussion of Numeric
-
From: numpy-discussion-boun...@scipy.org on behalf of Vishal Rana
Sent: Sun 28-Mar-10 21:19
To: Discussion of Numerical Python
Subject: [Numpy-discussion] Applying formula to all in an array which hasvalue
from previous
Hi,
For a numpy array:
array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])
I do some