ndindex#
- named_arrays.ndindex(shape, axis_ignored=None)#
An analogue of
numpy.ndindexfor named axes.This version adds a new argument, axis_ignored, to allow some of the axes to be excluded from the returned iterator.
An analogue of numpy.ndindex for named axes.
This version adds a new argument, axis_ignored, to allow some of the axes to be excluded from the returned iterator.