[Numpy-discussion] numpy.where

Robert Kern robert.kern at gmail.com
Sun Jul 15 06:20:07 EDT 2007


Sebastian Haase wrote:

> Which file(s) should I be looking for?

numpy/core/src/multiarraymodule.c . You will need to modify the functions
array_where() and PyArray_Where(). Be sure to update ma.py to match, and update
numarray/functions.py to make use of the out= argument (numarray had it and we
just fake it).

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list