Function nalgebra::dot

source ·
pub fn dot<V: FiniteDimVectorSpace>(a: &V, b: &V) -> V::Field
Expand description

Computes the dot product of two vectors.