set_mat2

Function set_mat2 

Source
pub fn set_mat2<'out, T>(out: &'out mut [T; 9], m: &[T; 4]) -> &'out mut [T; 9]
where T: One + Zero + Clone,