Create an ndarray function interface which accepts a callback function and performs multiple dispatch.
Multidimensional arrays.
Return an object mapping supported data type strings to data type objects.
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.
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.
Test if an input value is an ndarray data type object.
List of ndarray data types.
Create a function for performing a reduction on a provided ndarray.
Convert an ndarray-like object to an object likely to have the same "shape".
Return the enumeration constant associated with a supported ndarray data type value.
Multidimensional array constructor.
Test if a value is ndarray-like.
Restrict an index to the interval [0,max].
Base multidimensional array.
Return the alignment (in bytes) for an underlying array data type.
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.
Test whether an input value is the string representing column-major order.