Arrayterator.shape
  • References/Python/NumPy/Routines/Indexing routines/numpy.lib.Arrayterator

Arrayterator.shape The shape of the array to be iterated over. For an example, see

2025-01-10 15:47:30
numpy.tril_indices()
  • References/Python/NumPy/Routines/Indexing routines

numpy.tril_indices(n, k=0, m=None)

2025-01-10 15:47:30
numpy.ndindex()
  • References/Python/NumPy/Routines/Indexing routines

class numpy.ndindex(*shape)

2025-01-10 15:47:30
numpy.indices()
  • References/Python/NumPy/Routines/Indexing routines

numpy.indices(dimensions, dtype=)

2025-01-10 15:47:30
numpy.ndenumerate()
  • References/Python/NumPy/Routines/Indexing routines

class numpy.ndenumerate(arr)

2025-01-10 15:47:30
flatiter.coords
  • References/Python/NumPy/Routines/Indexing routines/numpy.flatiter

flatiter.coords An N-dimensional tuple of current coordinates. Examples

2025-01-10 15:47:30
numpy.ogrid
  • References/Python/NumPy/Routines/Indexing routines

numpy.ogrid = nd_grid instance which returns an open multi-dimensional ?meshgrid?. An instance of numpy

2025-01-10 15:47:30
numpy.c_
  • References/Python/NumPy/Routines/Indexing routines

numpy.c_ = Translates slice objects to concatenation along the second axis. This is short-hand for np.r_['-1,2,0', index

2025-01-10 15:47:30
flatiter.next
  • References/Python/NumPy/Routines/Indexing routines/numpy.flatiter

flatiter.next x.next() -> the next value, or raise StopIteration

2025-01-10 15:47:30
numpy.diag_indices()
  • References/Python/NumPy/Routines/Indexing routines

numpy.diag_indices(n, ndim=2)

2025-01-10 15:47:30