Return a view of an input ndarray.
Restrict an index to the interval [0,max].
Create a double-precision floating-point vector (i.e., a one-dimensional ndarray).
Return the alignment (in bytes) for an underlying array data type.
Return the description for a provided data type.
List of ndarray data type strings.
Return the single letter character abbreviation for an underlying array data type.
Test whether an input value is the string representing column-major order.
List of ndarray orders.
List of ndarray index modes.
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast.
Return an object mapping supported data type strings to enumeration constants.
Return the enumeration constant associated with an ndarray data type string.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast or cast within the same kind.
Return the number of elements in an ndarray.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Determine if an ndarray data type can be safely cast to another ndarray data type.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.
BigInts.
Test if a value is a complex number-like object.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Test if an input value is an ndarray order.
Test if an input value is a supported ndarray index mode.