Return the underlying data buffer of a provided ndarray.
Multidimensional arrays.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Base multidimensional array.
Determine if a buffer length is compatible with provided ndarray meta data.
ndarray data buffer constructors.
Create a contiguous linear ndarray data buffer.
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 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.
Test if an input value is a supported ndarray data type.
Return the number of bytes per element for a provided underlying ndarray data type.
Test if an input value is an ndarray data type object.
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.
Buffer.
Return the enumeration constant associated with a supported ndarray data type value.
Allocate a buffer containing a provided string.
List of ndarray data type strings.