@stdlib/ndarray-base-assert-is-single-segment-compatible
Determine if an array is compatible with a single memory segment.
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.
ndarray data buffer constructors.
Return the data type of an ndarray data buffer.
Return the data type enumeration constant of an ndarray data buffer.
Return the number of bytes per element provided an underlying array data type.
Return the data type string associated with a provided single letter abbreviation.
Restrict an index to the interval [0,max].
Base multidimensional array.
Return the underlying data buffer of a provided ndarray.
Return the data type of a provided ndarray.
Return the single letter character abbreviation for an underlying array data type.