@stdlib/ndarray-slice-dimension-to
Return a read-only truncated view of an input ndarray along a specific dimension.
Return a read-only truncated view of an input ndarray along a specific dimension.
Return a read-only shifted view of an input ndarray.
Return a read-only truncated view of an input ndarray.
Return the stride along a specified dimension for a provided ndarray.
Return the strides of a provided ndarray.
Convert subscripts to a linear index.
Convert an ndarray to a generic array.
Create an iterator which returns [index, matrix] pairs for each matrix in a stack of matrices.
Create an iterator which returns [index, row] pairs for each row in a matrix (or stack of matrices).
Create an iterator which iterates over each row in a matrix (or stack of matrices).
Create an iterator which converts each iterated ndarray to a generic array.
Create an iterator which returns individual elements from a provided ndarray.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Broadcast ndarrays to a common shape.
Determine the minimum ndarray data type of the closest kind necessary for storing a provided scalar value.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.
Return the number of ndarray dimensions.
Return the next larger ndarray data type of the same kind.
Return the number of elements in an ndarray.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.