Create a signed 8-bit integer vector (i.e., a one-dimensional ndarray).
Maximum signed 8-bit integer.
Minimum signed 8-bit integer.
Int8Array.
Return an object mapping supported data type strings to enumeration constants.
List of ndarray data types.
Multidimensional arrays.
Test if an input value is an ndarray data type object.
Return the single letter character abbreviation for an underlying array data type.
List of ndarray orders.
Return the enumeration constant associated with an ndarray data type string.
Return an object mapping supported data type strings to data type objects.
Return the underlying data buffer of a provided ndarray.
Return the number of ndarray dimensions.
BLAS Level 1 operations for ndarrays
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.
Test if an input value is a supported built-in ndarray data type string.
Create a vector (i.e., a one-dimensional ndarray).
Return the enumeration constant associated with a supported ndarray data type value.
Return the data type string associated with a supported ndarray data type value.
Generate a stride array from an array shape.
Return the data type string associated with an ndarray data type enumeration constant.
Base multidimensional array.