Module static_math::slices_methods[][src]

Structs

MaxMin

Functions

check_elements
dot

calculate the dot product of two slices

find_max_min

generic function to fin min, max values and the position in a slice

norm2

calculate the euclidean norm of the slice

norm_inf

calculate the inf-norm of the slice

norm_l

calculate the l-norm of the slice

normalize

normalize the slice

project_x_over_y

project x in the direction of y