Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 541 Bytes

manipulation_functions.rst

File metadata and controls

32 lines (24 loc) · 541 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
   reshape
   roll
   squeeze
   stack
   unstack