Compute the sum of all elements in a one-dimensional ndarray using pairwise summation.
Broadcast an ndarray to a specified shape.
Compute the sum of a one-dimensional ndarray, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.
Make sketches in the browser with machine learning.
Compute the sum of all elements in a one-dimensional ndarray using an improved Kahan–Babuška algorithm.
Test if a value is a 2-dimensional ndarray-like object having equal dimensions.
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 a one-dimensional double-precision floating-point ndarray using pairwise summation.
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.
Return the index of the first element in a one-dimensional ndarray which passes a test implemented by a predicate function.
Compute the cumulative sum of a one-dimensional single-precision floating-point ndarray.
Compute the cumulative sum of a one-dimensional single-precision floating-point ndarray using an improved Kahan–Babuška algorithm.
Sort a one-dimensional double-precision floating-point ndarray using insertion sort.
Compute the cumulative sum of a one-dimensional single-precision floating-point ndarray using ordinary recursive summation.
Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values.
Compute the sum of all elements in a one-dimensional single-precision complex floating-point ndarray using an improved Kahan–Babuška algorithm.
Compute the sum of a one-dimensional ndarray, ignoring `NaN` values and using pairwise summation.
t-SNE implementation in JavaScript
Reorder ndarray dimensions and associated strides for loop interchange.
Return the last index of a specified search element in a one-dimensional double-precision floating-point ndarray.
Library to add video effects
Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.
Sort a one-dimensional double-precision floating-point ndarray using Shellsort.
Return the last index of a specified search element in a one-dimensional single-precision floating-point ndarray.