pub trait VectorNorm<T> { fn norm(&self, v: &Vector<T>) -> T; }
Trait for vector norms
Computes the vector norm.