Return the data type of an array.
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
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.
Return an accessor function for setting an element in an indexed array-like object.
Return the single letter character abbreviation for an underlying array data type.
Return the alignment (in bytes) for an underlying array data type.
Determine the minimum array data type for storing a provided signed integer value.
Array constructors.
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
Constructor for creating arrays filled with pseudorandom values drawn from a binary PRNG.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
Determine the minimum array data type of the closest kind necessary for storing a provided scalar value.
Create a typed array.
Return the enumeration constant associated with an ndarray data type string.
Typed array constructors.
Round a double-precision floating-point number toward zero.
List of ndarray data type strings.
Return the enumeration constant associated with a supported ndarray data type value.
Create a zero-filled array having a specified length.
Return an object mapping supported data type strings to enumeration constants.
Multidimensional arrays.
Return an object mapping supported data type strings to data type objects.
Return a function which tests if every element in an array passes a test condition.