neo
neo copied to clipboard
Reintroduce static dimensions
Matrices and vectors of static dimension can be implemented as distinct types over the standard ones.
This would allow to borrow all implementations (therefore, there would be much less duplication that in linalg). It would also be trivial to convert back and forth from static to dynamic
This should go in a separate package, such as neo/densestatic or something
This was done for the CPU in version 0.2.0. Still to do on the GPU, though