Packs an array-of-arrays into a single ndarray
Determine the minimum ndarray data type for storing a provided signed integer value.
Resolve a list of data type strings.
LU decomposition using the crout algorithm
invert a 2d matrix using Gaussian elimination
Cholesky Factorization of ndarrays
Convert a scalar value to a zero-dimensional ndarray.
Pooled memory for ndarrays
Validates if a value is ndarray-like.
Determine whether a scalar value can be safely cast or, for floating-point data types, downcast to specified ndarray data type.
Reads the pixels of an image as an ndarray
Create a zero-filled ndarray having a specified shape and data type.
Test if a value is an ndarray-like object having a specified data type.
Return the data type of a complex number.
Finds the gradient of an ndarray using finite differences
Multilinear interplation for ndarrays
Get a view of the diagonal entries of an ndarray
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.
Sorts ndarrays in place
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.
Returns an array data type corresponding to an array constructor name.
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.