Module util

Source

Functions§

eq
Evaluation of the 2-variate multilinear which indicates the condition x == y
inner_product_par
Calculate inner product for potentially big slices of xs and ys. The number of elements in xs has to be less or equal to the number of elements in ys.
inner_product_unchecked
Computes the inner product of two vectors without checking that the lengths are equal
powers
Iterate the powers of a given value, beginning with 1 (the 0’th power).