pub fn magnitudes<T, S>(vectors: &VectorsGeneric<T, S>) -> List<T>where T: RealField, S: Storage<T, U3, Dynamic>,
Magnitudes of a list of Vectors.
Vector