Arrayterator.shape The shape of the array to be iterated over. For an example, see
numpy.tril_indices(n, k=0, m=None)
numpy.indices(dimensions, dtype=)
class numpy.ndindex(*shape)
class numpy.ndenumerate(arr)
nditer.remove_axis(i) Removes axis i from the iterator. Requires that the flag ?multi_index? be enabled
class numpy.lib.Arrayterator(var, buf_size=None)
numpy.diag_indices(n, ndim=2)
numpy.put(a, ind, v, mode='raise')
ndenumerate.next()
Page 1 of 5