parallel_dot

Function parallel_dot 

Source
pub fn parallel_dot<F>(
    x: &ArrayView1<'_, F>,
    y: &ArrayView1<'_, F>,
    config: &WorkerConfig,
) -> LinalgResult<F>
where F: Float + Send + Sync + Zero + Sum + 'static,
Expand description

Parallel dot product of two vectors