[Numpy-discussion] Incrementing with advanced indexing: why don't repeated indexes repeatedly increment?

John Salvatier jsalvati at u.washington.edu
Wed Jun 6 12:48:57 EDT 2012


That does seem like it should work well if len(unique(idx)) is close to
len(x). Thanks!

On Wed, Jun 6, 2012 at 9:35 AM, Robert Kern <robert.kern at gmail.com> wrote:

> On Wed, Jun 6, 2012 at 4:52 PM, Robert Cimrman <cimrman3 at ntc.zcu.cz>
> wrote:
>
> > Yes (in that thread), but it applies also adding/assembling vectors into
> a
> > global vector - this is just x[idx] += vals. I linked that discussion as
> that
> > was recent enough for me to recall it, but there were other.
> >
> > Anyway, my point was that a having a function with the "adding"
> semantics in
> > NumPy would be handy.
>
> x += numpy.bincount(idx, vals, minlength=len(x))
>
> --
> Robert Kern
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20120606/791f6ded/attachment.html>


More information about the NumPy-Discussion mailing list