[Matrix-SIG] Re: Numeric Python Set function

Jonah Lee ffjhl@aurora.alaska.edu
Sat, 6 Jun 1998 08:56:36 -0800 (AKDT)


> >I was wondering if there is something like a "set" function in
> >Numeric Python that would allow to set values in an array given
> >an array of indices and an array of values. (somehow the same
> >operation as take() but to set values).

It is certainly a good idea. Some C++ library has it. For my own work,
using numerical Python, I have a wrapper function to do the same thing
because I need it all the time.

Regards,

Jonah