@stdlib/ndarray-base-assert-is-same-kind-data-type-cast
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Test if an input value is a supported ndarray signed integer data type.
Determine if an array is compatible with a single memory segment.
Test if an input value is a supported ndarray unsigned integer data type.
Reorder ndarray dimensions and associated strides for loop interchange.
Resolve a loop block size for multi-dimensional array tiled loops.
Convert a linear index in an underlying data buffer to a linear index in an array view.
Broadcast an ndarray to a specified shape.
Broadcast ndarrays to a common shape.
Broadcast a scalar value to an ndarray having a specified shape.
Broadcast array shapes to a single shape.
Create a contiguous linear ndarray data buffer.
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Expand the shape of an array by inserting a new dimension of size one at a specified axis.
Return a specified flag for a provided ndarray.
Return the flags of a provided ndarray.
Return a view of an input ndarray in which the order of elements along the last dimension is reversed.
Return a view of an input ndarray in which the order of elements along the second-to-last dimension is reversed.
Convert a scalar value to a zero-dimensional ndarray.
Base multidimensional array.