Round toward positive infinity.
Cumulative mean deviation.
Cumulative maximum of array elements.
Cumulative minimum of array elements.
Cumulative product of array elements.
Cumulative sum of array elements.
Differences between adjacent elements.
Computes the dot product of two arrays.
Checks for equality between two values or arrays.
Rounds toward negative infinity.
Greater than or equal comparison X >= Y.
Greater than comparison X > Y.
Left array division X .\ Y.
Less than or equal comparison X <= Y.
Less than comparison X < Y.
Subtraction X - Y.
Matrix left division X \ Y.
Modulus after division.
Matrix power X ^ Y.
Matrix right division X / Y.
Matrix multiplication.
Not equal comparison X ~= Y.
Element-wise power X .^ Y.
Product of array elements.
Right array division X. / Y.
Remainder after division.
Round to nearest integer.
Sum of array elements.
Element-wise multiplication of arrays, matrices, or numbers.
Unary minus -X.
Unique values in an array or matrix.
Usage
import * as elemop__Element_wise_operations_on_arrays_and_matrices___This_module_provides_utilities_for____Arithmetic_operations__plus__minus__times__divide__power__etc_____Comparison_operations__eq__ne__gt__ge__lt__le____Cumulative_operations__cumsum__cumprod__cummax__cummin__cumdev____Rounding_operations__ceil__floor__round__mod__rem____Other_operations__dot__diff__prod__sum__unique_ from "elemop/index.ts";