@stdlib/napi-argv-strided-uint8array
Convert a Node-API value representing a strided array to an unsigned 8-bit integer array.
Convert a Node-API value representing a strided array to an unsigned 8-bit integer array.
Determine if a buffer length is compatible with provided ndarray meta data.
Determine if a buffer length is compatible with a provided shape array.
Test if an input value is a supported ndarray casting mode.
Given a stride array, determine whether an array is column-major.
Determine if an array is column-major contiguous.
Determine if an ndarray data type can be safely cast to 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.
Assign elements in a input ndarray to elements in an output ndarray.
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.