Array class ----------- The main data structure in pyclesperanto is the `Array` class which behave similar to numpy arrays, but point to a memory location on the device. Here is a collection of class functions, operators, and methods to work with `Array` objects. Mainly to create, manipulate, and transfer them, as well as to apply arythmetic and logical operations on them. .. automodule:: pyclesperanto._array :members: :undoc-members: .. automodule:: pyclesperanto._operators :members: :undoc-members: