[][src]Function nalgebra::dot

pub fn dot<V: FiniteDimVectorSpace>(a: &V, b: &V) -> V::Field
Deprecated:

use Matrix::dot or Quaternion::dot instead

Computes the dot product of two vectors.

Deprecated

Use these methods instead:

Or, use FiniteDimVectorSpace::dot.