Create a three-dimensional nested array filled with ones.
Element-wise addition of two strided arrays.
Round each element in a double-precision floating-point strided array toward positive infinity according to a strided mask array.
Apply a unary callback to elements in a four-dimensional nested input array and assign results to elements in a four-dimensional nested output array.
Apply a binary callback to elements in two broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
Apply a binary callback to elements in two n-dimensional nested input arrays and assign results to elements in an n-dimensional nested output array.
Javascript implementation of Zarr
Convert a strided array to a five-dimensional nested array.
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a four-dimensional nested output array.
Apply a unary callback to elements in a two-dimensional nested input array and assign results to elements in a two-dimensional nested output array.
Apply a unary callback to elements in an n-dimensional nested input array and assign results to elements in an n-dimensional nested output array.
Return a list of reduced dimensions in an un-normalized multi-slice.
Perform one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y`.
Base strided.
Apply a quaternary callback to elements in four two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
Compute the multiplicative inverse for each element in a single-precision floating-point strided array according to a strided mask array.
Convert each element in a single-precision floating-point strided array from degrees to radians.
Apply a function to elements in a five-dimensional nested input array and assign results to elements in a new five-dimensional nested output array.
Compute the cube root of each element retrieved from an input strided array via a callback function.
Apply a function against an accumulator and each element in an array while iterating from right to left and return the accumulated result.
Element-wise subtraction of two strided arrays via a callback function.
Apply a binary callback to elements in two broadcasted input arrays and assign results to elements in a five-dimensional nested output array.
Apply a quaternary callback to elements in four five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a two-dimensional nested output array.