@stdlib/ndarray-casting-modes
List of ndarray casting modes.
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 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].
List of output ndarray data type policies.
Return the shape of a provided ndarray.
Return the stride along a specified dimension for a provided ndarray.
Return the strides of a provided ndarray.
Return the number of ndarray dimensions.
Return the number of elements in an ndarray.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.