@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.
Create a zero-filled ndarray having the same shape and data type as a provided ndarray.
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.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Return the layout order of a provided ndarray.
List of ndarray orders.
Create an iterator which iterates over each column in a matrix (or stack of matrices).
Create an iterator which returns [index, value] pairs for each element in a provided ndarray.
Create an iterator which returns indices for use indexing into an ndarray having a specified shape.
Create an iterator which iterates over each matrix in a stack of matrices.
Create an iterator which returns [index, matrix] pairs for each matrix in a stack of matrices.