@stdlib/utils-reduce
Apply a function against an accumulator and each element in an array and return the accumulated result.
Apply a function against an accumulator and each element in an array and return the accumulated result.
Apply a function against an accumulator and each element in an array while iterating from right to left and return the accumulated result.
Convert a strided array to a three-dimensional nested array.
Convert a strided array to a four-dimensional nested array.
Convert a strided array to a five-dimensional nested array.
Take elements from a two-dimensional nested array.
Flatten a four-dimensional nested array.
Flatten a four-dimensional nested array according to a callback function.
Flatten a five-dimensional nested array.
Flatten a five-dimensional nested array according to a callback function.
Flatten an n-dimensional nested array.
Flatten an n-dimensional nested array according to a callback function.
Flatten a three-dimensional nested array.
Flatten a three-dimensional nested array according to a callback function.
Take elements from a three-dimensional nested array.
C APIs for creating Node-API ndarray native add-ons.
C API for validating, extracting, and transforming (to native C types) function arguments provided to an ndarray Node-API add-on interface.
Multidimensional array iterators.
Create an iterator which returns [index, column] pairs for each column in a matrix (or stack of matrices).
Create an ndarray function interface which performs multiple dispatch.