Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 579 Bytes

File metadata and controls

35 lines (27 loc) · 579 Bytes

Manipulation Functions

Array API specification for manipulating arrays.

A conforming implementation of the array API standard must provide and support the following functions.

Objects in API

.. currentmodule:: array_api

.. autosummary::
   :toctree: generated
   :template: method.rst

   broadcast_arrays
   broadcast_shapes
   broadcast_to
   concat
   expand_dims
   flip
   moveaxis
   permute_dims
   repeat
   reshape
   roll
   squeeze
   stack
   tile
   unstack