Apply a one-dimensional strided array function to a list of specified dimensions in an ndarray.
Perform a reduction over a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.
Compute the sum of all elements in a one-dimensional double-precision floating-point ndarray.
Sort a one-dimensional single-precision floating-point ndarray using heapsort.
Compute the sum of all elements in a one-dimensional double-precision complex floating-point ndarray.
Assign element values from a broadcasted input ndarray to corresponding elements in an output ndarray view.
Base ndarray extended BLAS functions.
Returns boolean whether the argument is a ndarray
Test if a value is an ndarray-like object having a specified data type.
Sort a one-dimensional double-precision floating-point ndarray using heapsort.
Test if a value is a 2-dimensional ndarray-like object.
Reorder ndarray dimensions and associated strides for loop interchange.
Base ndarray.
Return a shifted view of an input ndarray.
Fill a one-dimensional ndarray with linearly spaced values over a specified interval.
Compute the cumulative sum of a one-dimensional ndarray.
C API for validating, extracting, and transforming (to native C types) function arguments provided to an ndarray Node-API add-on interface.
Return a truncated view of an input ndarray.
ndarray index constructor.
Create an ndarray function interface which performs multiple dispatch.
Fill an ndarray with equally spaced values
Apply a one-dimensional strided array function to a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.
Test whether every element in an ndarray is truthy.
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function accepting a callback and assign results to a provided output ndarray.