rbc.stdlib.manipulation_functions#

Description

Array API specification for manipulation functions.

https://data-apis.org/array-api/latest/API_specification/manipulation_functions.html

Functions

concat(*arrays)

Joins a sequence of arrays along an existing axis.

expand_dims(x, *[, axis])

❌ Not implemented

flip(x)

Reverses the order of elements in an array along the given axis.

permute_dims(x, axes)

❌ Not implemented

reshape(x, shape, *[, copy])

❌ Not implemented

roll(x, shift, *[, axis])

❌ Not implemented

squeeze(x, axis)

❌ Not implemented

stack(arrays, *[, axis])

❌ Not implemented