dot_view

Function dot_view 

Source
pub fn dot_view<T: Field>(x: &ArrayView1<'_, T>, y: &ArrayView1<'_, T>) -> T
Expand description

Computes the dot product of two array views.