With new [min_const_generics stabilize](https://github.com/rust-lang/rust/pull/79135) in [rust 1.51](https://github.com/rust-lang/rust/releases/tag/1.51.0) is possible think about use `Matrix<3, 2>` sintaxe instead of current `Matrix<U3, U2>`?