Arrayterator.shape The shape of the array to be iterated over. For an example, see
numpy.tril_indices(n, k=0, m=None)
class numpy.ndindex(*shape)
numpy.indices(dimensions, dtype=)
class numpy.ndenumerate(arr)
flatiter.coords An N-dimensional tuple of current coordinates. Examples
numpy.ogrid = nd_grid instance which returns an open multi-dimensional ?meshgrid?. An instance of numpy
numpy.c_ = Translates slice objects to concatenation along the second axis. This is short-hand for np.r_['-1,2,0', index
flatiter.next x.next() -> the next value, or raise StopIteration
numpy.diag_indices(n, ndim=2)
Page 1 of 5