@stdlib/ndarray-base-prepend-singleton-dimensions
Prepend singleton dimensions.
Prepend singleton dimensions.
Remove singleton dimensions.
Return a view of an input ndarray in which the order of elements along each dimension is reversed.
Return a view of an input ndarray in which the order of elements along a specified dimension is reversed.
Serialize ndarray meta data.
Return the shape of a provided ndarray.
Generate a stride array from an array shape.
List of ndarray casting modes.
Multidimensional array constructor.
Return the underlying data buffer of a provided ndarray.
Default ndarray settings.
Create an ndarray function interface which performs multiple dispatch.
Create an ndarray function interface which accepts a callback function and performs multiple dispatch.
C API for returning the ndarray data type corresponding to a Node-API typed array type.
C API for registering a Node-API module exporting an ndarray interface for applying a unary callback to an input ndarray.
Convert an ndarray-like object to an object likely to have the same "shape".
Return the number of ndarray dimensions.
Return the next Cartesian index (i.e., set of subscripts/dimension indices).
Return the number of non-singleton dimensions.
Normalize an index to the interval [0,max].