Return a list of ndarray data types to which a provided ndarray data type can be safely cast.
Resolve a list of data type strings.
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 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.
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
Return an accessor function for retrieving an element from an indexed array-like object.
Resolve the output ndarray data type for a unary function.
Data type constructor.
Create an uninitialized ndarray having a specified shape and data type.
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
Return an accessor function for setting an element in an indexed array-like object.
Test if an input value is a supported ndarray output data type policy.
Round a double-precision floating-point number toward zero.
List of output ndarray data type policies.
Resolve the input ndarray casting data type for a unary function.
Return the data type of an array.
Test if an input value is a supported ndarray data type.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Create a zero-filled generic array.
C API for returning the ndarray data type corresponding to a Node-API typed array type.
Convert a scalar value to a zero-dimensional ndarray.
Restrict an index to the interval [0,max].
Convert an ndarray-like object to an object likely to have the same "shape".
Complex numbers.