Test if an object has a specified property.
Return a function which tests if every element in an array passes a test condition.
Create a zero-filled generic array.
Return the number of bytes per element for a provided underlying ndarray data type.
Detect native Buffer support.
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.
List of ndarray orders.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Return the enumeration constant associated with a supported ndarray data type value.
Test if a finite double-precision floating-point number is a nonnegative integer.
Base multidimensional array.
Return the alignment (in bytes) for an underlying array data type.
Restrict an index to the interval [0,max].
Return the strides of a provided ndarray.
Return the description for a provided data type.
List of ndarray data type strings.
Return the shape of a provided ndarray.
Return the single letter character abbreviation for an underlying array data type.
Convert an ndarray-like object to an object likely to have the same "shape".
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Return the enumeration constant associated with an ndarray data type string.
Return an object mapping supported data type strings to enumeration constants.
Return the underlying data buffer of a provided ndarray.