pub fn parallel_dot<F>(
x: &ArrayView1<'_, F>,
y: &ArrayView1<'_, F>,
config: &WorkerConfig,
) -> LinalgResult<F>
Expand description
Parallel dot product of two vectors
pub fn parallel_dot<F>(
x: &ArrayView1<'_, F>,
y: &ArrayView1<'_, F>,
config: &WorkerConfig,
) -> LinalgResult<F>
Parallel dot product of two vectors