Module rusty_machine::math::utils
[−]
[src]
Linear algebra utils module.
Contains support methods for linear algebra structs.
Functions
| argmax |
Find argmax of slice. |
| dot |
Compute dot product of two slices. |
| find |
Find index of value in slice. |
| unrolled_sum |
Compute sum of two slices. |