I'm using numpy take() to pickout elements from a (1xM) array A indicated by the index numbers in indices ie.
B = A.take(indices = list_indexes) It work perfectly but as A is large the performance isn't great and was wondering if there are faster methods available or ways to improve the use of take()? Dinesh
_______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
