Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 559 Bytes

File metadata and controls

34 lines (26 loc) · 559 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_to
   concat
   expand_dims
   flip
   moveaxis
   permute_dims
   repeat
   reshape
   roll
   squeeze
   stack
   tile
   unstack