Multidimensional arrays.
Apply a callback to elements in an input ndarray and assign results to elements in a new output ndarray.
BLAS Level 1 operations for ndarrays
Determine the minimum ndarray data type of the closest kind necessary for storing a provided scalar value.
LU decomposition using the crout algorithm
Broadcast an ndarray to a specified shape.
Cholesky Factorization of ndarrays
Return the flags of a provided ndarray.
Create a single-precision complex floating-point vector (i.e., a one-dimensional ndarray).
Create a double-precision complex floating-point vector (i.e., a one-dimensional ndarray).
Constructor for applying a strided function to an ndarray.
Compute the sum of all elements in a one-dimensional ndarray.
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray.
Multilinear interplation for ndarrays
Sorts ndarrays in place
Determine the minimum ndarray data type for storing a provided signed integer value.
Base ndarray assertion utilities.
Sort a one-dimensional ndarray using heapsort.
C API for returning the ndarray data type corresponding to a Node-API typed array type.
Compute the sum of all elements in a one-dimensional single-precision complex floating-point ndarray.
Create a double-precision floating-point vector (i.e., a one-dimensional ndarray).
Create a function for applying a strided function to a provided ndarray.
Create a view of a band of an ndarray
Compute the maximum value of a one-dimensional ndarray.