Skip to main content

dot_product

Function dot_product 

Source
pub fn dot_product(a: Vec<f64>, b: Vec<f64>) -> PyResult<f64>