Function identity

Source
pub fn identity<T, const D: usize>() -> Matrix<T, Const<D>, Const<D>, ArrayStorage<T, D, D>>
where T: Number,
Expand description

The identity matrix.