Skip to main content

batch_dot

Function batch_dot 

Source
pub fn batch_dot(a: &[Vec3], b: &[Vec3]) -> Vec<f64>
Expand description

Batch dot products: compute dot(a[i], b[i]) for parallel arrays.

ยงPanics

Debug-asserts that a and b have equal length.