Create a contiguous linear ndarray data buffer.
ndarray data buffer constructors.
Return the data type of an ndarray data buffer.
Multidimensional arrays.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Return the underlying data buffer of a provided ndarray.
Base multidimensional array.
Determine if a buffer length is compatible with provided ndarray meta data.
Convert an ndarray buffer to a generic array.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Return the data type enumeration constant of an ndarray data buffer.
Return an object mapping supported data type strings to data type objects.
Multidimensional array constructor.
Return the underlying data buffer of a provided ndarray.
Return the number of bytes per element for a provided underlying ndarray data type.
Test if an input value is a supported ndarray data type.
Return the data type string associated with a supported ndarray data type value.
Return the data type string associated with an ndarray data type enumeration constant.
Create a zero-filled generic array.
Test if an input value is an ndarray data type object.
Return the enumeration constant associated with a supported ndarray data type value.
Buffer.
Allocate a buffer containing a provided string.