pytutorial/numpy/nditer
David Rotermund b0d5df6d22
Create README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
2023-12-27 13:45:41 +01:00
..
README.md Create README.md 2023-12-27 13:45:41 +01:00

nditer

{:.no_toc}

* TOC {:toc}

The goal

More iterating over an array...

Questions to David Rotermund

{: .topic-optional} This is an optional topic!

numpy.nditer

class numpy.nditer(op, flags=None, op_flags=None, op_dtypes=None, order='K', casting='safe', op_axes=None, itershape=None, buffersize=0)

Efficient multi-dimensional iterator object to iterate over arrays. To get started using this object, see the introductory guide to array iteration.