Function identity_mat

Source
pub fn identity_mat<K>(cols: usize, rows: usize) -> Matrix<K>
where K: Copy + Default + One,