numpy.tril_indices(n, k=0, m=None)
Arrayterator.shape The shape of the array to be iterated over. For an example, see
numpy.indices(dimensions, dtype=)
class numpy.ndenumerate(arr)
class numpy.ndindex(*shape)
flatiter.coords An N-dimensional tuple of current coordinates. Examples
numpy.s_ = A nicer way to build up index tuples for arrays. Note
nditer.debug_print() Print the current state of the
numpy.r_ = Translates slice objects to concatenation along the first axis. This is a simple way to build up arrays quickly. There
numpy.c_ = Translates slice objects to concatenation along the second axis. This is short-hand for np.r_['-1,2,0', index
Page 1 of 5