Skip to main content

dot

Function dot 

Source
pub fn dot(a: &[f32], b: &[f32]) -> f32
Expand description

dot(a, b) in the order described in the module docs.

ยงPanics

If the lengths differ.