pub fn identity<T, const D: usize>() -> Matrix<T, Const<D>, Const<D>, ArrayStorage<T, D, D>>where T: Number,
The identity matrix.