Expand description

Linear algebra utils module.

Contains support methods for linear algebra structs.

Functions

Find argmax of slice.
Find argmin of slice.
Compute dot product of two slices.
Computes elementwise division.
Computes elementwise multiplication.
Find index of value in slice.
Vectorized binary operation applied to two slices. The first argument should be a mutable slice which will be modified in place to prevent new memory allocation.
Unrolled sum
Vectorized binary operation applied to two slices.
Compute vector difference two slices.
Compute vector sum of two slices.