Vector constructors and associated utilities.
Create a vector (i.e., a one-dimensional ndarray).
Create a double-precision complex floating-point vector (i.e., a one-dimensional ndarray).
Create a single-precision complex floating-point vector (i.e., a one-dimensional ndarray).
Create a double-precision floating-point vector (i.e., a one-dimensional ndarray).
Multidimensional arrays.
Return an object mapping supported data type strings to data type objects.
Create a clamped unsigned 8-bit integer vector (i.e., a one-dimensional ndarray).
Return the number of bytes per element for a provided underlying ndarray data type.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Test if an input value is a supported ndarray data type.
Convert an ndarray-like object to an object likely to have the same "shape".
Return the data type string associated with a supported ndarray data type value.
Create a single-precision floating-point vector (i.e., a one-dimensional ndarray).
Return the data type string associated with an ndarray data type enumeration constant.
Restrict an index to the interval [0,max].
Test if an input value is an ndarray data type object.
BLAS Level 1 operations for ndarrays
Create a signed 32-bit integer vector (i.e., a one-dimensional ndarray).
List of ndarray data types.
Multidimensional array constructor.
Test if a value is ndarray-like.
Return the enumeration constant associated with a supported ndarray data type value.
Base multidimensional array.