Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.
Compute the sum of a one-dimensional ndarray, ignoring `NaN` values.
Base ndarray extended BLAS functions.
Compute the sum of all elements in a one-dimensional double-precision complex floating-point ndarray using an improved Kahan–Babuška algorithm.
Compute the sum of all elements in a one-dimensional single-precision complex floating-point ndarray using an improved Kahan–Babuška algorithm.
Return the shape of a provided ndarray.
Saves an ndarray as an image to a file
Return the strides of a provided ndarray.
Compute the cumulative sum of a one-dimensional single-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray using an improved Kahan-Babuška algorithm.
Compute the sum of a one-dimensional ndarray, ignoring `NaN` values and using ordinary recursive summation.
Return the number of ndarray dimensions.
Compute the sum of a one-dimensional ndarray, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.
Return the underlying data buffer of a provided ndarray.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Sort a one-dimensional double-precision floating-point ndarray using Shellsort.
Compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.
Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.
Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray using an improved Kahan–Babuška algorithm.
Test if an input value is an ndarray order.
Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values and using an improved Kahan–Babuška algorithm.
Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values and using pairwise summation.
Test if an input value is a supported ndarray index mode.
Compute the sum of all elements in a one-dimensional ndarray using an improved Kahan–Babuška algorithm.