Dear all,
I would like to avoid the use of a boolean array (mask) in the following
statement:

mask = (A != 0.)
B       = A[mask]

in order to be able to move this bit of code in a cython script (boolean
arrays are not yet implemented there, and they slow down execution a lot as
they can't be defined explicitely).
Any idea of an efficient alternative?

Thanks
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to