Skip to content

Commit

Permalink
Update documentation page with Manipulation routine (#2033)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy committed Sep 14, 2024
1 parent b41b237 commit 636ac00
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions doc/reference/manipulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ Transpose-like operations
:nosignatures:

dpnp.moveaxis
dpnp.roll
dpnp.rollaxis
dpnp.swapaxes
dpnp.ndarray.T
dpnp.transpose
dpnp.permute_dims
dpnp.matrix_transpose (Array API compatible)


Changing number of dimensions
Expand Down Expand Up @@ -69,9 +70,8 @@ Changing kind of array
:nosignatures:

dpnp.asarray
dpnp.asnumpy
dpnp.asanyarray
dpnp.asmatrix
dpnp.asnumpy
dpnp.asfarray
dpnp.asfortranarray
dpnp.ascontiguousarray
Expand All @@ -87,13 +87,14 @@ Joining arrays
:nosignatures:

dpnp.concatenate
dpnp.concat
dpnp.stack
dpnp.block
dpnp.vstack
dpnp.hstack
dpnp.dstack
dpnp.column_stack
dpnp.row_stack
dpnp.dstack


Splitting arrays
Expand All @@ -108,6 +109,7 @@ Splitting arrays
dpnp.dsplit
dpnp.hsplit
dpnp.vsplit
dpnp.unstack


Tiling arrays
Expand All @@ -132,8 +134,8 @@ Adding and removing elements
dpnp.insert
dpnp.append
dpnp.resize
dpnp.unique
dpnp.trim_zeros
dpnp.unique
dpnp.pad


Expand All @@ -147,6 +149,5 @@ Rearranging elements
dpnp.flip
dpnp.fliplr
dpnp.flipud
dpnp.reshape
dpnp.roll
dpnp.rot90

0 comments on commit 636ac00

Please sign in to comment.