nditer.remove_axis(i) Removes axis i from the iterator. Requires that the flag ?multi_index? be enabled
Arrayterator.flat A 1-D flat iterator for Arrayterator objects. This iterator returns elements of the array
nditer.reset() Reset the iterator to its initial state.
numpy.choose(a, choices, out=None, mode='raise')
numpy.triu_indices(n, k=0, m=None)
ndindex.ndincr()
numpy.unravel_index(indices, dims, order='C') Converts a flat index or array of flat indices into a tuple of coordinate
nditer.remove_multi_index() When the ?multi_index? flag was specified, this removes it, allowing the internal
numpy.diag_indices_from(arr)
nditer.copy() Get a copy of the iterator in its current state. Examples
Page 3 of 5