I want to exercise by making linear algebra and numerical methods library.
Unfortunately in rust there is not way to write something like :
let a : Matrix<3,4>::new();
am I right ?, I made search in internet and found this rfc but i can't find what is the status of it