pub fn identity_matrix<V: Vector<Scalar = f32>, MatrixLike: Matrix<V> + Default>( rows: usize, columns: usize, ) -> MatrixLike
Creates an identity matrix of the given size.