[][src]Module static_math::slices_methods

Structs

MaxMin

Functions

check_elements
dot

calculate the dot product of two slices

find_max_min

generic function to fin min and max values in a slice

norm2

calculate the euclidean norm of the slice

normalize

normalize the slice

project_x_over_y

project x in the direction of y