neo icon indicating copy to clipboard operation
neo copied to clipboard

Reintroduce static dimensions

Open andreaferretti opened this issue 8 years ago • 1 comments

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

andreaferretti avatar Jun 13 '17 16:06 andreaferretti

This was done for the CPU in version 0.2.0. Still to do on the GPU, though

andreaferretti avatar Aug 03 '18 16:08 andreaferretti