Showing 1-20 of 1,891,542 packages
Binary serialization of arbitrarily complex structures that sort element-wise
Computes an element-wise addition.
Computes an element-wise subtraction.
Computes an element-wise division.
Computes an element-wise absolute value.
Element-wise multiplication of two strided arrays.
Element-wise addition of two strided arrays.
Computes an element-wise principal square root.
Element-wise subtraction of two strided arrays.
Computes an element-wise multiplication of a numeric array.
Computes an element-wise comparison (equality) of an array.
Computes an element-wise comparison (less than) of an array.
Computes an element-wise comparison (not equal) of an array.
Computes an element-wise comparison (greater than) of an array.
Computes an element-wise comparison (greater than or equal to) of an array.
Computes an element-wise comparison (less than or equal to) of an array.
Create a function which performs element-wise computation by applying a unary function to each element in an input ndarray.
Create an iterator which performs element-wise addition of two or more iterators.
Element-wise subtraction of two strided arrays via a callback function.
Create an iterator which performs element-wise division of two or more iterators.