pub fn scale<'out, T>( out: &'out mut [T; 16], a: &[T; 16], v: &[T; 3], ) -> &'out mut [T; 16]where T: Clone, for<'a, 'b> &'a T: Mul<&'b T, Output = T>,