Function jamml::ops::dot_product

source ·
pub fn dot_product<T: NumAssign + Copy>(a: &Vec<T>, b: &Vec<T>) -> T
Expand description

Calculates the dot product of two Vectors of Numbers.