@stdlib/ndarray-dtypes
List of ndarray data types.
List of ndarray data types.
Create an uninitialized ndarray having a specified shape and data type.
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Fancy multidimensional array constructor.
Return a specified flag for a provided ndarray.
Return the flags of a provided ndarray.
Convert a scalar value to a zero-dimensional ndarray.
Convert a linear index to an array of subscripts.
List of ndarray index modes.
Multidimensional array iterators.
Create an iterator which returns [index, column] pairs for each column in a matrix (or stack of matrices).
Return the number of singleton dimensions.
Return a view of an input ndarray.
Assign element values from a broadcasted input ndarray to corresponding elements in an output ndarray view.
Return a view of an input ndarray when sliced along a specified dimension.
Return a shifted view of an input ndarray along a specific dimension.
Return a truncated view of an input ndarray along a specific dimension.
Return a shifted view of an input ndarray.
Return a truncated view of an input ndarray.
Return the stride along a specified dimension for a provided ndarray.