Array
=====

Dask arrays implement a subset of the NumPy interface on large arrays using
blocked algorithms and task scheduling.

.. toctree::
   :maxdepth: 1

   array-overview.rst
   array-creation.rst
   array-api.rst

Other topics

.. toctree::
   :maxdepth: 1

   array-slicing.rst
   array-stack.rst
   array-ghost.rst
   array-design.rst
   array-linear-operator.rst
   array-sparse.rst
   array-stats.rst
