@stdlib/ndarray-base-vind2bind
Convert a linear index in an array view to a linear index in an underlying data buffer.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Wrap an index on the interval [0,max].
Broadcast an ndarray to a specified shape.
Broadcast ndarrays to a common shape.
Return the data type of a provided ndarray.
List of ndarray data types.
Fancy multidimensional array constructor.
Return a specified flag for a provided ndarray.
Return the flags of a provided 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 the stride along a specified dimension for a provided ndarray.
Return the strides of a provided ndarray.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Determine the order of a multidimensional array based on a provided stride array.
Convert a linear index to an array of subscripts.
Given a stride array, determine array iteration order.