Convert a scalar value to a zero-dimensional ndarray.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Array constructors.
Test if an input value is a supported ndarray data type.
Determine the minimum array data type of the closest kind necessary for storing a provided scalar value.
Complex numbers.
Convert an ndarray-like object to an object likely to have the same "shape".
List of ndarray data types.
Test if a value is ndarray-like.
Restrict an index to the interval [0,max].
Return the strides of a provided ndarray.
Initialize an ndarray with zeros
Return the shape of a provided ndarray.
Determine the minimum ndarray data type for storing a provided signed integer value.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
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.
Create a zero-filled ndarray having a specified shape and data type.
Return the layout order of a provided ndarray.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Create a complex number.
Determine if an ndarray data type can be safely cast to another ndarray data type.