compute-cross
Computes the cross product between two numeric arrays.
Computes the cross product between two numeric arrays.
Computes an element-wise absolute value.
Computes the maximum value of an array ignoring non-numeric values and returns the corresponding array indices.
Computes the minimum value of an array ignoring non-numeric values and returns the corresponding array indices.
Generates an array of linearly spaced dates.
Computes the differences between adjacent elements in an array of values.
Computes an element-wise comparison (equality) of an array.
Finds array elements which satisfy a test condition.
Provides a method to compute a moving sample variance incrementally.
Generates a linearly spaced numeric array using a provided increment.
Provides a method to compute a sum incrementally.
Computes an element-wise comparison (greater than or equal to) of an array.
Computes an element-wise comparison (greater than) of an array.
Computes the hypotenuse of a right triangle.
Provides a method to compute a maximum value incrementally.
Provides a method to compute a minimum value incrementally.
Provides a method to compute a moving sample standard deviation incrementally.
Computes the cumulative sum of a numeric array.
Computes for each array element whether an element is a finite number.
Computes for each array element whether an element is NaN.