Return the data type of a provided ndarray.
Multidimensional array constructor.
Test if an input value is an ndarray data type object.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast.
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.
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.
Round a double-precision floating-point number toward zero.
Resolve a list of data type strings.
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.
Create a zero-filled generic array.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
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.
Resolve a loop block size for multi-dimensional array tiled loops.
Complex numbers.
Restrict an index to the interval [0,max].